Pop up didn't close on another tabs after logout.
1.) Open the demo link on two different tabs 2.) Then I Clicked on the button 60 seconds left after clicking poup comes up with decrementing seconds. 3.) After me session timeout on both tabs, I clicked on one popup to login Again 4.) Then on first tab the poup didn't close and it is showing the value (1440 seconds)
That's not my demo. jQueryScript.net?
Ok, confirmed that it doesn't seem to close the timer popup.
Thanks If anyone can help it will be really helpful..
I have a fix for this issue. Although my fix works, I'm curious if this issue was always a thing or if code changes may have caused it? My thinking is that it would be nice to find what caused the issue if there's a cause, although it may be time consuming.
My Fix: https://github.com/T-travis/jTimeout/tree/fix_for_issue_20 Changes: https://github.com/HTMLGuyLLC/jTimeout/compare/master...T-travis:fix_for_issue_20