Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep session across newly created tabs #215

Open
smikitky opened this issue Dec 28, 2021 · 0 comments
Open

Keep session across newly created tabs #215

smikitky opened this issue Dec 28, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@smikitky
Copy link
Member

Currently, when a user clicks a page in a new tab, session information will be lost because we use sessionStorage to hold the API key. To workaround this, we can use localStorage temporarily to transfer the session data.

https://stackoverflow.com/q/20325763

@smikitky smikitky added the enhancement New feature or request label Dec 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants