Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improvement]: Support database based http session management. #3340

Closed
3 tasks done
baiyangtx opened this issue Nov 22, 2024 · 0 comments · Fixed by #3341
Closed
3 tasks done

[Improvement]: Support database based http session management. #3340

baiyangtx opened this issue Nov 22, 2024 · 0 comments · Fixed by #3341

Comments

@baiyangtx
Copy link
Contributor

Search before asking

  • 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

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Subtasks

No response

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant