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: 133

Filed under:
|

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:

  1. If javascript in brower is turned off.
  2. If user do not click logout and directly close brower.

Please suggest me some way.

thanks

haansi

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about c#