M Morten Wennevik Aug 17, 2006 #2 Hi Naveen, You need to increment/decrement an application object when a session begins and ends. Not though that you have no way of knowing for sure that this number is exact as users may quit internet explorer without killing the session on the server side. http://www.velocityreviews.com/foru...mber-of-sessions-open-for-an-application.html
Hi Naveen, You need to increment/decrement an application object when a session begins and ends. Not though that you have no way of knowing for sure that this number is exact as users may quit internet explorer without killing the session on the server side. http://www.velocityreviews.com/foru...mber-of-sessions-open-for-an-application.html
M master_programmer Aug 17, 2006 #3 If you close all browser windows and disconnect the IIS server from the internet, then you will be able to establish the number of active connections.
If you close all browser windows and disconnect the IIS server from the internet, then you will be able to establish the number of active connections.
P Patrick.O.Ige Aug 17, 2006 #4 Naveen see this at :- http://aspnet101.com/aspnet101/tutorials.aspx?id=16 Hope that helps Patrick