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
Right now our login session is stored in session storage. The session is not in sync when opening the app in the new tab. It is not very user-friendly when a logged-in user wants to see private pages in a new tab. One way to fix this is to use Cookie to store login info.
The text was updated successfully, but these errors were encountered:
Right now our login session is stored in session storage. The session is not in sync when opening the app in the new tab. It is not very user-friendly when a logged-in user wants to see private pages in a new tab. One way to fix this is to use Cookie to store login info.
The text was updated successfully, but these errors were encountered: