Link to home
Start Free TrialLog in
Avatar of alt_shift
alt_shift

asked on

Who is ONLINE

Hello,
I want to know who is online. I dont want to user db. And I cant really detect when a session ens if user doesnt click LOG OFF. How can I detect inactivity of a user. And can I do this operation with GLOBAL.ASA and Applications object. Thanks in advance.
Avatar of alt_shift
alt_shift

ASKER

Please help!
Did a search in Google for "user application global.asa" and found this document:

http://www.codekit.com/source/programming/asp/asp_user_tracking.asp

If a user doesn't explicity log off, the only way to tell the user is inactive is if the ASP session times out.  If you wanted to track individual users, you could create another Application variable as an array that contains the user names and other info.
ASKER CERTIFIED SOLUTION
Avatar of Neil Thompson
Neil Thompson
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial