RE: Increase session timeout value?

2020-01-27 Thread Dunnigan (US), Terrence J
Yes, that’s it. Thanks! Terry From: reviewboard@googlegroups.com [mailto:reviewboard@googlegroups.com] On Behalf Of Christian Hammond Sent: Friday, January 24, 2020 4:05 PM To: reviewboard@googlegroups.com Subject: Re: Increase session timeout value? Hi Terry, When you say session timeout

Re: Increase session timeout value?

2020-01-24 Thread Christian Hammond
Hi Terry, When you say session timeout, you mean the time before logging in again? This defaults to 1 year, unless otherwise changed. You can modify it in $sitedir/conf/settings_local.py by setting SESSION_COOKIE_AGE. Its value is in seconds. For instance: SESSION_COOKIE_AGE = 365 * 24 * 60