User869548786 posted
Hi,
I have an web application. When the user logs in, then I insert the Login Time. Similarly when the user logs out properly, by clicking the logout button, I insert that time as Logout Time. But sometimes (actually most of the times), the user does not log
off properly, he just closes the application, by closing the website.
How do I take the Logout time during such an incident.
I placed the code in Global.asax in Session End event, but that too did not give me the desired results.
Help is much appreciated.
Regards
cmrhema