Skip to content
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

Always allow interrupt when initiated by a change in session expiry date from another tab #129

Conversation

cwmrowe
Copy link

@cwmrowe cwmrowe commented Dec 8, 2015

No description provided.

@cwmrowe
Copy link
Author

cwmrowe commented Dec 8, 2015

A bit more info... I have an app with autoResume set to 'notIdle', as I want the user to click a button to remain logged in. However, if I have multiple tabs open and choose to remain logged-in in one, then the Idle.interrupt(true) fired in the hidden browser tab does not subsequently call Idle.watch(true), which I think it should always do if initiated from another tab.

The results is that currently the hidden tab will log the user out, even if the they choose to remain logged in on the active tab. This pull request should fix it.

@moribvndvs
Copy link
Owner

moribvndvs commented Dec 8, 2015 via email

@moribvndvs
Copy link
Owner

Also thanks for your contributions!

moribvndvs added a commit that referenced this pull request Dec 8, 2015
…rom_another_tab

Always allow interrupt when initiated by a change in session expiry date from another tab
@moribvndvs moribvndvs merged commit f11caba into moribvndvs:develop Dec 8, 2015
@cwmrowe cwmrowe deleted the feature/Always_allow_interrupt_from_another_tab branch December 9, 2015 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants