Session Variables lost between pages reloads
- by Android Addict
I was forced to move to IIS 7 when the server running our IIS 6 died.
Nothing in the web app has changed, but it's obvious the environment has dramatically.
The app fails between pages because the session variables are lost during redirect. I am not an expert on app pools but my impression from reading several posts is that the app pool is being recycled immediately. While they give a reason, they offer no help in how to resolve this.
Can someone explain to a newb how to properly configure the DefaultAppPool?