Forum Moderators: open
Thanks!
Chris
After a client logs into site all session variables seem to disappear within minutes. This only happens in IE, tested out with firefox and all works perfect. Was working well until about a week ago. Does anyone know if Microsoft did any updates?
YES! So glad someone else is having the problem. We started a thread on this in HTML and Browsers:
[webmasterworld.com...]
but to date no one has been able to solve or offer any explanation. I called MS support, paid the money, only to be told that one of my customers needs to call since it works on my machine.
It's a nasty problem and spreading quickly across the country.
This is a stupid issue that would be resolved if MS put some useful information in the help file. I actually wrote my MS rep about this at the beginning of this week. It seems that the app pool switches worker processes on web visitors, which loses their session data with the worker process. Common symptoms are that if you use a session variable to indicate a visitor is logged in, they keep getting kicked out.
This may or may not be your problem. You can check it by opening IIS, clicking on Application Pools, selecting the app pool that serves the web site you are having problems with, and viewing properties. On the Performance tab, check the Web garden at the bottom. The Maximum number of worker processes should be set at 1.
It would seem that adding worker processes would make a site more stable, but only if you are going sessionless. Hope this helps.
Meanwhile it works perfectly in Firefox, and we haven't had any issues from any new people in about two weeks.
A strange one for sure.