urgent: to determine how many users logged in
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hi, i have an asp.net application which is used by many users . i want to determine how many users logged in for this application. how can i do this? thanks
-
hi, i have an asp.net application which is used by many users . i want to determine how many users logged in for this application. how can i do this? thanks
Hi there, IMO, let's say you have an application variable. So this variable will be increased by one if there is an user login to your site, and decrease by one if he logs out... Hope you can get the idea.. << >>