Re: Some Doubts on Session Expiries

2018-07-25 Thread Melvyn Sopacua
On woensdag 25 juli 2018 21:05:27 CEST vineeth sagar wrote: > Hi, > > I have been going crazy for the past few days trying to understand > sessions, my settings.py file as the following, > > SESSION_SAVE_EVERY_REQUEST=True > SESSION_COOKIE_AGE=2*60 > > Now whenever a request is initiated shoudn'

Some Doubts on Session Expiries

2018-07-25 Thread vineeth sagar
Hi, I have been going crazy for the past few days trying to understand sessions, my settings.py file as the following, SESSION_SAVE_EVERY_REQUEST=True SESSION_COOKIE_AGE=2*60 Now whenever a request is initiated shoudn't the expiry date of the cookie i.e the one that holds the session id ,doub