pyramid_redis_sessions
pyramid_redis_sessions copied to clipboard
Option for not update expiration of session
Sometimes, session cache values which were fetched from database server. So, in this case, session should be invalidate/delete after expire time (in configuration file *.ini) and this option should be declared in configuration file too (for example, fixed_timeout = boolean). I mean, if timeout is set 1 hour, the session will be deleted after exact 1 four later, no matter what its last accessed time.
What do you think about my suggestion?
Hi there. This is a nice suggestion, but not something I am able to work on right now. However, I'll leave this issue open in case anyone has time to look into it.
@ericrasmussen It sounds good. I'll wait for new update.