Are Session Variables lost when the app domain is re-created?

  • Thread starter Thread starter RonL
  • Start date Start date
R

RonL

I was reading that Session State is lost when the application domain is
re-created (e.g. when the web app code is updated or the config is
changed). Does this mean that data that is stored in Session variables
is lost? I'm using Mode= "InProc".

Ron
 
Back
Top