-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Labels
Description
Hello,
I wonder if this library has any support for multi-tabbing? I've been using BootStrap Session Timeout and it works wonderfully, but I've come to this issue:
If I have more than one tab open, each tab has its own timeout fired. So, let's say I'm working with 3 tabs, and my timeout is set to 5 minutes. If I'm working with tab#3 and haven't opened tab#1 or tab#2 in 5 minutes, my application logout function is fired, and therefore I lose whatever work I do in tab#3.
I wonder if we have anything right now to deal with that? For example, something to communicate with localStorage timer wise?