Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
AlexAlexDeveloper
AlexAlexReviewer
Erik S.Erik S.Change Log Group
ChangedChange Log Message
Session is saved to the database immediately after user performs a login.Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Time tracking
1h 44m loggedStory Points
1Fix versions
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Alex
AlexReviewer
Erik S.
Erik S.Change Log Group
Changed
Change Log Message
Session is saved to the database immediately after user performs a login.
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Time tracking
1h 44m logged
Story Points
1
Fix versions
Created July 29, 2024 at 8:03 AM
Updated December 29, 2024 at 8:47 PM
Resolved July 29, 2024 at 10:55 AM
TODO:
Save the session to the database immediately after the user login.
Motivation:
During logout, the session is destroyed immediately without waiting for new page content to be sent to the Web Browser. The same approach with login flow would ensure the session is present in the database (for any code, that needs it) even before the new page content is sent to the Web Browser. In particular, the "u:OnAfterLogin" event would benefit from this.