-
Notifications
You must be signed in to change notification settings - Fork 4
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
figure out sessions #29
Comments
If we decide to use memory store, we'll run into issue of sticky/non-sticky sessions |
maybe we should just stay out of the session business; it's up to app developers to figure that out with their databases. |
|
To solve this problem, save this in the cookie.
Of course, all this is authenticated and encrypted. |
see also: https://docs.djangoproject.com/en/4.1/topics/http/sessions/#using-cookie-based-sessions on replay attacks |
What: - add support for http sessions Why: - Fixes: #29
The text was updated successfully, but these errors were encountered: