Losing session variables

  • Thread starter Thread starter Sergey Poberezovskiy
  • Start date Start date
S

Sergey Poberezovskiy

If your production environment has more than one server,
and you use InProc session state - than every server will
have their own set of session variables, whereas it is
most likely that you developed on a single server and this
never happened there.

HTH
 
Thanks for your answers.

The default Page attribute EnableSessionState is true so I guess this is not
the problem.

There's only one production server server. I also tried the SqlServer
session state but it did the same result. The only difference between the two
servers is that the production has disk mirroring...

It looks like I don't have any other choice but to remove frames??

Stephane
 
Back
Top