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

Rewrite session management #22

Open
gesundkrank opened this issue Mar 17, 2021 · 0 comments
Open

Rewrite session management #22

gesundkrank opened this issue Mar 17, 2021 · 0 comments
Labels

Comments

@gesundkrank
Copy link
Member

The current session managements relies on the Servlet API which is not available in Grizzly.

The idea is to use the Jersey security context to hold the session data and the Grizzly SessionManager to keep them and assign them to the request.

Persisting session in the db is out-of-scope.

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

No branches or pull requests

1 participant