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

Move session data from database to cache #75

Open
jraddaoui opened this issue Jul 30, 2018 · 2 comments
Open

Move session data from database to cache #75

jraddaoui opened this issue Jul 30, 2018 · 2 comments

Comments

@jraddaoui
Copy link
Collaborator

jraddaoui commented Jul 30, 2018

Setup cache engine and move session data from database to cache engine.

From @sevein's feedback in #70:

Perhaps a better option would be to set up the cache engine (in-memory or redis) which can be used for multiple things including becoming the session engine: SESSION_ENGINE.

We're already using Redis as the Celery broker.

jraddaoui referenced this issue Jul 30, 2018
Use cookie storage and match Bootstrap classes.
@jraddaoui jraddaoui changed the title Setup the cache engine Setup cache engine Jul 30, 2018
@jraddaoui
Copy link
Collaborator Author

@jraddaoui
Copy link
Collaborator Author

Estimate: 8 hours should be enough to setup the engine and use it for the session storage.

@jraddaoui jraddaoui changed the title Setup cache engine Move session data from database to cache Jan 2, 2019
@sallain sallain removed the backlog label Mar 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants