You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Setup cache engine and move session data from database to cache engine.
From @sevein's feedback in #70:
We're already using Redis as the Celery broker.
The text was updated successfully, but these errors were encountered: