Skip to content
Snippets Groups Projects
Commit d5d3530a authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Add server side session using Flask-Session

In Flask, session data are stored in a cookie by default.
Using a server side session, there is no risk of putting too much data
in the session and transmissting a big cookie on every request
(only an id is sent in the cookie).

Redis is used as backend (without persistent storage).
parent f5604193
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment