wainuiomata / sambal

Experimental web admin for Samba and Active Directory domains
https://wainuiomata.com
GNU General Public License v3.0
1 stars 1 forks source link

Allow session timeout to be configurable #48

Open robvdl opened 8 months ago

robvdl commented 8 months ago

It does have a session timeout. I've seen pyramid-session-redis time out sessions all the time during development.

It would be nice to make this configurable.

pyramid-session-redis does support TTL on session keys so they auto delete even if the app is down, I'm pretty sure that is what the default setup is using. But it would be nice to be abble to configure this with an environment variable.