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
When the logged-in user's session expires, the app does not respond by auto-logging the user out, which then allows the user (thinking they're still logged in) to add items to a user account with no id (shows up as user 0)
Solutions to this may be implementing a 'heartbeat' that will automatically reload the page when the session has expired, or adding error response handling to ajax calls to return a response noting the not logged in error.
The text was updated successfully, but these errors were encountered:
When the logged-in user's session expires, the app does not respond by auto-logging the user out, which then allows the user (thinking they're still logged in) to add items to a user account with no id (shows up as user 0)
Solutions to this may be implementing a 'heartbeat' that will automatically reload the page when the session has expired, or adding error response handling to ajax calls to return a response noting the not logged in error.
The text was updated successfully, but these errors were encountered: