multiple Application states?
-
Please have a look at the following log my application has made: 9:33:38Application Starting (Application_Start) 9:33:38Application variable 'server' is really null 9:33:39Session Starting (Session_Start) 9:37:12Application Starting (Application_Start) 9:37:12Application variable 'server' is really null 9:37:12Session Starting (Session_Start) So the question is how is it ever possible that another instance of my web application is starting after 5 min when I have session timeout set to 30 min? I have problem with that because in each case the application creates new instances of application items, so my application state is not syncronized. Thanks in advance!
-
Please have a look at the following log my application has made: 9:33:38Application Starting (Application_Start) 9:33:38Application variable 'server' is really null 9:33:39Session Starting (Session_Start) 9:37:12Application Starting (Application_Start) 9:37:12Application variable 'server' is really null 9:37:12Session Starting (Session_Start) So the question is how is it ever possible that another instance of my web application is starting after 5 min when I have session timeout set to 30 min? I have problem with that because in each case the application creates new instances of application items, so my application state is not syncronized. Thanks in advance!
I don't think it is related to Session timeout. Application timeout happens when the server restarts. This could be due to some reason your IIS restarted or your IIS process recycled based on some settings on your Server or you updated the web.config or assemblies that resulted in a restart. :zzz:----------------------------------------------------------------------:(( T Manjaly
C# Tutorials and samples : http://www.dotnetspider.com