Session Variables lost between pages reloads

Posted by Android Addict on Server Fault See other posts from Server Fault or by Android Addict
Published on 2013-11-05T14:27:00Z Indexed on 2013/11/05 15:57 UTC
Read the original article Hit count: 251

Filed under:
|
|

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?

© Server Fault or respective owner

Related posts about iis7

Related posts about iis6