In asp.net site how to prevent multiple logins of same user id ?
Posted
by haansi
on Stack Overflow
See other posts from Stack Overflow
or by haansi
Published on 2010-04-08T10:35:10Z
Indexed on
2010/04/08
10:53 UTC
Read the original article
Hit count: 155
Hello,
Please guide how to prevent multiple user to be logged in at a time using a user id ?
I searched the internet and found some ways but somehow they do not work in these situations:
- If javascript in brower is turned off.
- If user do not click logout and directly close brower.
Please suggest me some way.
thanks
haansi
© Stack Overflow or respective owner