Count number of online users...

  • Thread starter Thread starter tranky
  • Start date Start date
T

tranky

hi,
only one information,please...

how to count number of anonymous online users?

I use ASP.NET 2.0

thank u

tranky
 
Set an application object variable in session start event that increments
when a user starts a session, a decrements when they end one. That will
give you the number of users with an active session cookie.

Regards

John Timney (MVP)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top