Skip to content
Snippets Groups Projects
Forked from ICS Control System Infrastructure / csentry
Source project has a limited visibility.
  • Benjamin Bertrand's avatar
    d5d3530a
    Add server side session using Flask-Session · d5d3530a
    Benjamin Bertrand authored
    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).
    d5d3530a
    History
    Add server side session using Flask-Session
    Benjamin Bertrand authored
    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).
Code owners
Assign users and groups as approvers for specific file changes. Learn more.