G
Guest
Hi All,
I have to prevent multiple logins for the same user accessing at same time.
i.e. if xyz user is active, no other login should be allowed for the same
user ID.
I thought of saving active falg in databse. but when user closes browser or
anyhow regular logoff procedure is not called then that user will always be
in active state. So next time he will not be allowed to login.
Even Session_end() event will not occur if user will close the borwser.
Please help me if anyone has come accross the same problem.
Thanks
Bhavini
I have to prevent multiple logins for the same user accessing at same time.
i.e. if xyz user is active, no other login should be allowed for the same
user ID.
I thought of saving active falg in databse. but when user closes browser or
anyhow regular logoff procedure is not called then that user will always be
in active state. So next time he will not be allowed to login.
Even Session_end() event will not occur if user will close the borwser.
Please help me if anyone has come accross the same problem.
Thanks
Bhavini