Forums

ASP

This topic is locked

Stop Clients from LOGIN through multiple windows

Posted 08 Apr 2004 03:00:50
1
has voted
08 Apr 2004 03:00:50 Steve V posted:
Hi,

Is there a way to STOP people from using different windows and Loggin into the same site?

How can I record to a MSSQL database when a user Logs Out without using a LogOut button.

Something like "On browser close" then ????

Thanks
Steve

Replies

Replied 08 Apr 2004 18:32:24
08 Apr 2004 18:32:24 Rene Bandsma replied:
When the users logs in you can update a field and set it to "1" when the user logs off update the field to "0".
Replied 08 Apr 2004 20:22:44
08 Apr 2004 20:22:44 Steve V replied:
How do I set the field to "0" if the user closes the window without using the LOGOUT button.


Thanks
Replied 09 Apr 2004 00:09:08
09 Apr 2004 00:09:08 Rene Bandsma replied:
You can try that the user log in with a session, and that the session has a TTL (time to life) of 60 seconds.

I don't know how to set al TTL in ASP.

Reply to this topic