Suppress Session Storage reset #13091
Unanswered
praveenviswa
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have an application that stores the login access token in Session Storage and when lighthouse(node library) is called on the landing page, the accesstoken in the session storage is not shared on the new tab and the application redirects to login page. disableStorageReset: true only suppress the reset for local storage and not for session storage. How do we inject the token to session storage on the newly created tab using lighthouse node api or how do we suppress session storage reset?
Beta Was this translation helpful? Give feedback.
All reactions