prevent user starting multiple sessions [modified]
-
HI... I need to prevent user staring multiple sessions.I would also like to have the following things done for that purpose 1)close the user session on page close (also for security reasons) 2)prevent user logging on if he already logged on . The issue here is if user has been logged in and his browser or system got hanged and need to reopen the browser and will open the login page again then he wont be able to login if i implement the single login for a user at a time. so i need to implement the first one any suggestion on links are welcome... thanks in advance -- modified at 6:48 Wednesday 25th April, 2007
Rama Charan Prasad "Be happy and Keep smiling.Thats what u want be always..:)"
-
HI... I need to prevent user staring multiple sessions.I would also like to have the following things done for that purpose 1)close the user session on page close (also for security reasons) 2)prevent user logging on if he already logged on . The issue here is if user has been logged in and his browser or system got hanged and need to reopen the browser and will open the login page again then he wont be able to login if i implement the single login for a user at a time. so i need to implement the first one any suggestion on links are welcome... thanks in advance -- modified at 6:48 Wednesday 25th April, 2007
Rama Charan Prasad "Be happy and Keep smiling.Thats what u want be always..:)"
me too interested in this. But the fact is - you have to catch the browser window unload event and you have to call the required methods/procedures to close the session. I think, in default, every new browser window will create new session and simultaneously if you close then automatically the session will expire. But this is not related to the custom authentication like login process. So i am expecting more responses in this topic.
Regards R.Arockiapathinathan