grbsk / ng-idle

Responding to idle users in AngularJS applications.
http://hackedbychinese.github.io/ng-idle
MIT License
564 stars 195 forks source link

Issue in multiple tabs #213

Open nijeeshvayalassery opened 6 years ago

nijeeshvayalassery commented 6 years ago

If we use same application in multiple tabs, both application uses the same localstorage for storing ngIdle.expiry and one application extends the session of other one. Is there any work around to fix this issue in current version, like configure sessionstorage instead of localstorage or like change the id field in the ngIdle.expiry.

Thanks in advance

jkpulipati commented 6 years ago

Yes, In our application too having the same issue. Can you please suggest how to achieve it. Thanks in advance

menahemc commented 5 years ago

Hey, did you resolve the issue? I have the same problem. thanks