You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an upper limit of some kind to timetoIdle? I'm using this to implement an auto logout. In tests at one minute or less, it works great. But when I set timeToIdle to 1800000, it fires the idle callback after about 10 seconds.
The text was updated successfully, but these errors were encountered:
The init function has two types of extra listeners that no one realizes is there. These two listeners will run their call back, which can turn your timer to idle. In doing so, it looks like the timer doesn't work when that is not the case.
All you have to do is pass the settings to override the defaults for those two settings or copy and paste the code into your project and delete these specific lines in the init function.
Is there an upper limit of some kind to
timetoIdle
? I'm using this to implement an auto logout. In tests at one minute or less, it works great. But when I settimeToIdle
to1800000
, it fires the idle callback after about 10 seconds.The text was updated successfully, but these errors were encountered: