Skip to content

Bump unauthenticated session time from 1 hour to 2 hours

Stan Hu requested to merge sh-bump-unauth-expiration into master

Users who have their system clocks configured inconsistently due to Daylight Savings may see a GitLab session cookie that immediately expires, resulting in a 422 error. To avoid these errors, we can bump the unauthenticated session time from 1 hour to 2 hours so they have time to login and get the default 7-day session.

Closes #50393 (closed)

Merge request reports