Avoid multiple user login
From: Kelvin (kelvinlo002@hotmail.com)
Date: 09/20/02
- Next message: wezza: "Avoid multiple user login"
- Previous message: David Fanning: "Re: NTFS + Impersonation + Asp.Net"
- In reply to: wezza: "Avoid multiple user login"
- Next in thread: wezza: "Avoid multiple user login"
- Reply: wezza: "Avoid multiple user login"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Kelvin" <kelvinlo002@hotmail.com> Date: Fri, 20 Sep 2002 06:01:54 -0700
Thanks very much for your reply.
Yes, I am using form authentication to verify user info in
a database. Here is the scenario:
1) User login using the account ABC and successfully login.
2) Another user got the login ID and password from his
friend and login from another machine with the login ID
ABC.
How can I allow just one session to login with the same
login ID? One solution is to kick out the first guy who
login when the second guy try to login. But how? That was
my question. I don't really understand how to solve this
problem by "store them in a temporary
table and then check the user against the table when they
log in?"
Thanks!
Kelvin
>-----Original Message-----
>you don't say how your logins are authenticated but if
you
>are using a database you could store them in a temporary
>table and then check the user against the table when they
>log in?
>
>>-----Original Message-----
>>Hi everyone,
>>
>>Does anyone know a way to prevent people from logging on
>>to my ASP.NET web site with the same account at the same
>>time? Anyway to kickout an already logon session when
>>someone login using the same logon ID?
>>
>>Your reply will be highly appreciated!
>>Thanks,
>>
>>Kelvin
>>.
>>
>.
>
- Next message: wezza: "Avoid multiple user login"
- Previous message: David Fanning: "Re: NTFS + Impersonation + Asp.Net"
- In reply to: wezza: "Avoid multiple user login"
- Next in thread: wezza: "Avoid multiple user login"
- Reply: wezza: "Avoid multiple user login"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|