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

Problem making $sessionStorage work accross different browser tabs #242

Open
vaoan opened this issue Aug 31, 2016 · 1 comment
Open

Problem making $sessionStorage work accross different browser tabs #242

vaoan opened this issue Aug 31, 2016 · 1 comment

Comments

@vaoan
Copy link

vaoan commented Aug 31, 2016

I'm using an old issue to compare with my problem.
This is my version where i used $sessionStorage and the tabs are unsynced
http://plnkr.co/edit/2V0Veh?p=preview
Reading other issues, i found this #6 and the plunkr i'm using is based on this one
http://plnkr.co/edit/Pycw5R?p=preview

I don't know how to keep my $sessionStorage the same in every tab on the same browser.

@jhkchan
Copy link

jhkchan commented Sep 2, 2016

$sessionStorage only works in a tab.
If you need to work across different tabs, use $localStorage instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants