Default session lifetime is 31 days , user need to specify the login refresh view in case of timeout. Above line will force user to re-login every 5 minutes.
Read moreWhat is a Flask session?
Flask-Session is an extension for Flask that support Server-side Session to your application . The Session is the time between the client logs in to the server and logs out of the server. The data that is required to be saved in the Session is stored in a temporary directory on the server.16 Şub 2021
Read more