ghost icon indicating copy to clipboard operation
ghost copied to clipboard

Coherent session expiration management

Open mna opened this issue 11 years ago • 0 comments

At the moment, the MemoryStore has an absolute session expiration, while the RedisStore resets the time-to-live (TTL, using SETEX redis command) each time the session is saved (which is each time there is a change in the session).

It should be the same in both stores, and more importantly, it should be coherent with the session cookie.

mna avatar May 02 '13 17:05 mna