You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to this StackOverflow post, sessions expire in 31 days by default. I have a logout timer, but there should be some server-side failsafe as well. That's why sessions should expire after some sane value (ex. 1 hour).
According to this StackOverflow post, sessions expire in 31 days by default. I have a logout timer, but there should be some server-side failsafe as well. That's why sessions should expire after some sane value (ex. 1 hour).