Hi all,
Can i trap the close event of a browser?
I need to logout the user when he closes the browser.
The Session_End event is not called when the user closes the browser window directly.
It will be called only when he logouts out by clicking the logout button or when the session timeout expires.
One solution which i found, was to use the onunload method but it is called even if the page is refreshed.
Is there any other alternative?
Any help will be greatly appriciated.
Regards,
Abhishek