Normally when a session expires any open windows/tabs will stay visible. It would be nice if some javascript would detect that the user's session is invalid and refresh the page so that the content of the page is not visible.
Normally when a session expires any open windows/tabs will stay visible. It would be nice if some javascript would detect that the user's session is invalid and refresh the page so that the content of the page is not visible.
Comments
Comment #1
pau1_m commentedThe Ejector Seat module by Lullabot integrates with Session Limit to provide that functionality.
Comment #2
deekayen commentedAutologout has something like that too.
Comment #3
johnennew commentedI'm closing this issue.
I'm not sure this functionality belongs in the session_limit module. As has been said, this is available via other routes. I think ejector seat makes the most sense as it gives a single way of checking for being logged out which could happen because of any number of reasons such as session limit collision event, being automatically logged out by auto logout or by an admin function or simply the user logging out in a different tab.
I'm going to suggest Lullabot makes an ejector seat module.
Comment #4
BrockBoland commentedFYI: Ejector Seat is now available on d.o: https://drupal.org/project/ejectorseat
Comment #5
johnennew commentedThanks!