![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi everyone, Sorry for cross-posting this message. My mistake. I need some help (may be in the form of some sample code) for the subject question. I have an ASP.NET/C# application. I need to do quite a few tasks when the session ends. I don't want to depend on the session timeout factor since it may end too soon or it may hang around too long. I can't find any event that fires when the browser closes. The Session_End event handler in the Global.asax does not execute until the timeout value expires. Also, when it does execute the Session_end, it seems that the session has already ended and so, I have no access to any of the session variables I was holding onto. Can anybody tell me the server side sequence of events and their handlers that get called when the user closes a browser? Does the browser inform the server that it is closing, so that I can do my cleanup? Any help is highly appreciated. Babu. |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Hi everyone, Sorry for cross-posting this message. My mistake. I need some help (may be in the form of some sample code) for the subject question. I have an ASP.NET/C# application. I need to do quite a few tasks when the session ends. I don't want to depend on the session timeout factor since it may end too soon or it may hang around too long. I can't find any event that fires when the browser closes. The Session_End event handler in the Global.asax does not execute until the timeout value expires. Also, when it does execute the Session_end, it seems that the session has already ended and so, I have no access to any of the session variables I was holding onto. Can anybody tell me the server side sequence of events and their handlers that get called when the user closes a browser? Does the browser inform the server that it is closing, so that I can do my cleanup? Any help is highly appreciated. Babu. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |