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
If a Revoke tab stays open for more than 24h, the user's session cookie is not valid any more. Our code is set up to refresh the login after 12 hours, but I think there's some concurrency issue that causes the app to not realise the session is stale before the rest of the app tries to reload data.
The text was updated successfully, but these errors were encountered:
If a Revoke tab stays open for more than 24h, the user's session cookie is not valid any more. Our code is set up to refresh the login after 12 hours, but I think there's some concurrency issue that causes the app to not realise the session is stale before the rest of the app tries to reload data.
The text was updated successfully, but these errors were encountered: