Skip to content

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

@baiyangtx

Description

@baiyangtx

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions