Improve session init and timeout handling#915
Improve session init and timeout handling#915neddllly wants to merge 24 commits intoriadvice:developfrom
Conversation
GhaziTriki
left a comment
There was a problem hiding this comment.
There are some rooms for improvement to avoid the duplication of before route that can be implemented in the parent Base action.
|
Still the same problem as described above #915 (comment) |
there isnt anymore this function-> collectCurrentUser |
…tter routing naming for session init.
| $this->f3->set('SESSION.' . $key, $value); | ||
| $this->f3->sync('SESSION'); | ||
| } | ||
| public function getSession($sessionId) |
There was a problem hiding this comment.
This is still problematic in production mode since session data is stored in redis in production environment.
# Conflicts: # bbbeasy-backend/app/config/access.ini
|
@marwa-benhassine Merges from PR #918 should fix edit issues. We can confirm with additional testing. |
|
Okay Sir @GhaziTriki |
|
SonarCloud Quality Gate failed.
|














Description
Enter a brief description of the bug being fixed.
Changes Made
Describe the changes made to fix the bug
Closes Issue(s)
Related Issue(s)
Types of changes
Screenshots and screen captures