View previous topic :: View next topic |
Author |
Message |
jon
Joined: 01 Oct 2004 Posts: 40
|
Posted: Fri Oct 01, 2004 3:24 pm Post subject: Is there a way to get the # of online users with ASP? |
|
|
Is there a way to get the # of online users of my website using ASP?
Thanks,
Jon |
|
Back to top |
|
|
administrator Site Admin
Joined: 01 Oct 2004 Posts: 183
|
Posted: Fri Oct 01, 2004 3:52 pm Post subject: |
|
|
Hi Jon,
Welcome to our forums!
You can define variable Application("OnlineUsers") in the global.asa in Application_OnStart. Then you'll have to increment this variable in Session_OnStart and decrement it in Session_OnEnd subroutines.
This variable will hold the # of online users and you can display it in your ASP pages. _________________ Peter
ASP & ASP.NET Articles and Tutorials |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2002 phpBB Group
|