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

Replace default in-memory session store #3

Open
dmitrizagidulin opened this issue Jan 28, 2019 · 0 comments
Open

Replace default in-memory session store #3

dmitrizagidulin opened this issue Jan 28, 2019 · 0 comments

Comments

@dmitrizagidulin
Copy link
Member

The currently used cookie session store is not for production use (has memory leaks etc).

Short term: replace with a non-leaking in-memory store: https://github.com/roccomuso/memorystore

Longer term: investigate database-backed session stores, or whatever is needed.

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

No branches or pull requests

1 participant