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.
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.