Hi,
I dont usually use Application object too often[dont wanna overload the server]. I tend to prefer Session Object mostly.

I have a question about Application object, I create an application object when the user logs in [cant do it using session as i want to list all the user logged into my application].

Now i can gather all the list of the user currently online and logged into my application. Now if they log out properly then i can remove the application item for that user but when they dont log out manually and close the browser the application object is still running.

How do i detect that the user has closed their browser and is no longer logged in.

I am sure there is a simple way, but too lazy to look in the book now.

Thanks for you reply

Danial