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
By default, login cookie is set to expire after 1 hour.
To simplify things, it would bet better to remove any expiration and keep users logged in unless they explicitly logout.
Later, we should be adding a "remember me" button and setup cookies expiration, either with a timer or if session is closed, or both.
The text was updated successfully, but these errors were encountered:
By default, login cookie is set to expire after 1 hour.
To simplify things, it would bet better to remove any expiration and keep users logged in unless they explicitly logout.
Later, we should be adding a "remember me" button and setup cookies expiration, either with a timer or if session is closed, or both.
The text was updated successfully, but these errors were encountered: