|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
What fired Session_End?Hi.
Is it possible to determine what fired the Session_End in Global.asax ? I want to see if it's a normal session ending, or the application is beeing reloaded from filechanges. (Like saving the Web.Config, etc.) - KTW - Not directly, but you could write to a log file in the Application_Start
event so that you would know when the application re-started (and thus sessions ended). The only other time that Session_End would fire is when a session times out or when session.abandon is called. Show quoteHide quote "KTW" <dont@spam.me> wrote in message news:%23jmQ$KabFHA.3120@TK2MSFTNGP12.phx.gbl... > Hi. > > Is it possible to determine what fired the Session_End in Global.asax ? > I want to see if it's a normal session ending, or the application is > beeing reloaded from filechanges. (Like saving the Web.Config, etc.) > > - KTW - >
Other interesting topics
ASP.NET stopped working
Viewstate String InvalidCastException ASP.NET tells me my table doesn't have a primary key how to determine .NET framework version Does CompareValidator work for the date in dd-mmm-yyyy format? Microsoft Bug Munging URLs to store data Transparent images OnPreRender ??? What is ? somebody help me answer this? |
|||||||||||||||||||||||