Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

displaying number of "active" users 1

Status
Not open for further replies.

jkat

Programmer
Mar 9, 2001
17
0
0
US
Hello, I have a website that is member-only. I would like to display in the corner the number of active users, or the total number of users currently "logged in". Is there a way in ASP to do this. I was originally using Session_OnStart to increment a var, but it was never being decremented because people were closing their browser, not "logging out".

Any help is greatly appreciated!! Thanks a lot!!
 
Regardless of how they leave the site, their session should end 20 minutes after closing the browser. You should still be able to use the Session_OnEnd procedure to lower the number of users online.

Mark
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top