ubccr / coldfront

HPC Resource Allocation System
https://coldfront.readthedocs.io
GNU General Public License v3.0
96 stars 76 forks source link

Allow configuration of session timeout. #493

Closed aebruno closed 1 year ago

aebruno commented 1 year ago

Add config option for setting a session inactivity timeout. This value sets the session cookie age. We also save the session on each request which will update the session cookie age on each click. This commit fixes #452.