Forum Moderators: open

Message Too Old, No Replies

User login tracking

         

atifrahim

5:48 am on Mar 3, 2005 (gmt 0)



Hi..
I've been working on a site ASP with MSSQL Database, which offers certain services & information pertaining to Tenders, Auctions & Cars.. thru Subscriptions..I need to apply a certain restriction that not more than one person be allowed to sign-in using the same UserName/Password..at one time... Kindly help...!
I'm posting the code for Login.asp page here, and appreciate the required modifications to the same at appropriate places to achieve the desired results..

<snip>

Thanks SRazi.

Hi Srazi can you help me out. I have the same problem
how did u achived that if a person is login and if he want to login again from a different window with the same user ID and Password he will not login ... and what you have done if the person just closes his browser you can update database with his logout time
can you help me out in this problem

Thanks in advance

Atif ur Rahim

[edited by: Xoc at 9:30 pm (utc) on Mar. 4, 2005]
[edit reason] No "debug this for me" posts, especially over 30 lines. See charter. [/edit]

dotme

2:06 pm on Mar 4, 2005 (gmt 0)

10+ Year Member



I have a site that does this... sort of. It will not prevent another session, but if another identical login occurs, it logs the first one out.

User1 logs in...
User2 logs in with same ID and password
User1 is kicked out.

If that's what you're trying to do, let me know and I can provide more details.