-
Notifications
You must be signed in to change notification settings - Fork 79
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
IE 11 Tabs or windows not communicating when over 2 tabs. #50
Comments
I got this working by adding an empty onstorage function. Below is the corrected full script tag for the example.html file. Basiclally the onstorage function is forcing Internet Explorer 11 to synchronize the tabs before it does the store.get. Hope this helps someone.
|
This worked for me! Thank you so much! |
You can see this on the example(http://jillelaine.github.io/jquery-idleTimeout/). You open 2 tabs or windows and they do not communicate (notice the screenshot and the time remaining being so far apart). If you press "stay logged in", only one tab dismisses the window.
The code is able to write to the "store" however it is as if it is using 2 different stores, 2 separate session id's or something along those lines. This works fine on Edge, Firefox and Chrome.
Does anyone know the solution?
The text was updated successfully, but these errors were encountered: