One thought on “Why do I keep getting signed out?”
Arti says:
When you close your browser, the cookie is cleared client-side
and it expires after “Application settings > Session duration (minutes)”/session_expire_delay
(defaults to 10080 minutes = 7 days) of no activity. When you sign in to the main GitLab application, a _gitlab_session cookie is
set.
When you close your browser, the cookie is cleared client-side
and it expires after “Application settings > Session duration (minutes)”/session_expire_delay
(defaults to 10080 minutes = 7 days) of no activity. When you sign in to the main GitLab application, a _gitlab_session cookie is
set.