-
May 25th, 2012, 09:37 PM
#1
Max Session Issue
I have an issue where user can't no longer login when the close their browser without logging out. So I have max sessions allowed to ( max-sessions="2"). And if the user logs in, closes browser a couple of times he/she can't login anymore. Is there a way to timeout those orphan session? If not, what can I do to prevent this type of scenario (other than asking user to logout when they are done).
-
May 29th, 2012, 01:52 AM
#2
Session will time out eventually (tomcat default is 30 minutes). When a user does shutdown his browser there isn't much you can do, you could try to execute some javascript, although this isn't 100% save. (Also what if the computer of the user crashes, power down etc.).
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules