You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched in the issues and found no similar issues.
What would you like to be improved?
Currently, we manage http session in memory, which means if we restart AMS, we need to re-login.
Futher more, if we want to implement a multi-instances stateless architecture of AMS, just as mentioned in #2810, we need to share http session data between different AMS instance.
Therefore, a simple approach is to implement database-based session storage.
How should we improve?
Implement the SessionDataStore of the Javalin framework
Search before asking
What would you like to be improved?
Currently, we manage http session in memory, which means if we restart AMS, we need to re-login.
Futher more, if we want to implement a multi-instances stateless architecture of AMS, just as mentioned in #2810, we need to share http session data between different AMS instance.
Therefore, a simple approach is to implement database-based session storage.
How should we improve?
Implement the SessionDataStore of the Javalin framework
Are you willing to submit PR?
Subtasks
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: