Yes, that’s it. Thanks!
Terry From: [email protected] [mailto:[email protected]] On Behalf Of Christian Hammond Sent: Friday, January 24, 2020 4:05 PM To: [email protected] Subject: Re: Increase session timeout value? 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 * 60 # 1 year Christian On Wed, Jan 22, 2020 at 7:25 PM Dunnigan (US), Terrence J <[email protected]<mailto:[email protected]>> wrote: Hi all, Is there a way to increase Review Board’s default session timeout value? I recently discovered that it’s possible to do so in Jenkins, and I was wondering if Review Board offered the same functionality. Thanks! Terry -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "Review Board Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/reviewboard/2567ed73b6694c3ea3f74849a6924b80%40boeing.com<https://groups.google.com/d/msgid/reviewboard/2567ed73b6694c3ea3f74849a6924b80%40boeing.com?utm_medium=email&utm_source=footer>. -- Christian Hammond President/CEO of Beanbag<https://www.beanbaginc.com/> Makers of Review Board<https://www.reviewboard.org/> -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "Review Board Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/reviewboard/CAE7Vnd%3DyenHOAHvVQQEO8kZQWnQin6%3DnUZKhFej8Ew0DPTU0gg%40mail.gmail.com<https://groups.google.com/d/msgid/reviewboard/CAE7Vnd%3DyenHOAHvVQQEO8kZQWnQin6%3DnUZKhFej8Ew0DPTU0gg%40mail.gmail.com?utm_medium=email&utm_source=footer>. -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "Review Board Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/reviewboard/9dd6385cdb4a46839fdc911fcdf42ecf%40boeing.com.
