Executing a code when session ends
-
dear All, I have a webapplication, I wants to execute a bit of code(simply save logout time) when the session ends. Some times the user closes the browser with out pressing logout button, In such casess how i can execute session end event?. Urgent Pls Reply.. Binu
-
dear All, I have a webapplication, I wants to execute a bit of code(simply save logout time) when the session ends. Some times the user closes the browser with out pressing logout button, In such casess how i can execute session end event?. Urgent Pls Reply.. Binu
In the global.asax file (if you don't have it, you can add it to your project), there is a Session_end event ;). daniero
-
In the global.asax file (if you don't have it, you can add it to your project), there is a Session_end event ;). daniero
I added code in Session end in global.asax file. But the user simply closess the browser then that code will not work.... please note it and reply me a suggection