alexk Posted October 9, 2002 Posted October 9, 2002 My ASP.NET application provides 3 aspx pages to users. How can I know: How many users use my application now? What page each user see now? And how to know when any user leav the page or application? Thanks Quote
Anis Posted October 9, 2002 Posted October 9, 2002 You will need to keep track by use of cookies or sessions. Quote Regards, Anis Miles to go Before I Sleep.
alexk Posted October 9, 2002 Author Posted October 9, 2002 What properties or method of Session object i need use??? Quote
alexk Posted October 14, 2002 Author Posted October 14, 2002 Thanks. The problem solved by using Application object and events in Global.asax. Quote
Arch4ngel Posted March 24, 2004 Posted March 24, 2004 My ASP.NET application provides 3 aspx pages to users. How can I know: How many users use my application now? What page each user see now? And how to know when any user leav the page or application? Thanks Try to use an Integer variable in the Global section. OnSessionStart i++ OnSessionEnd i-- Quote "If someone say : "Die mortal !"... don't stay to see if he isn't." - Unknown "Learning to program is like going out with a new girl friend. There's always something that wasn't mentioned in the documentation..." - Me "A drunk girl is like an animal... it scream at everything like a cat and roll in the grass like a dog." - Me after seeing my girlfriend drunk and some of her drunk friend. C# TO VB TRANSLATOR
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.