We support an ASP application that uses session variables.
After 8 months of working fine, the application has stopped working. After we log in, go to an edit page and click "Submit", the user is returned to the home page because a seesion variable is empty. The server shows the session.timeout is set to 20 minutes.
THe web host is telling us that "For some sites in IIS6, global.asa's do more damage than good. IIS will read them multiple times when session objects are defined ( and this basically stops on the existing session data (and causes databases to become locked and unedited by subsequent servers)".
This make no sense to us. We are not having trouble updating the database because we can never get that far. Has anyone else run into this problem?
After 8 months of working fine, the application has stopped working. After we log in, go to an edit page and click "Submit", the user is returned to the home page because a seesion variable is empty. The server shows the session.timeout is set to 20 minutes.
THe web host is telling us that "For some sites in IIS6, global.asa's do more damage than good. IIS will read them multiple times when session objects are defined ( and this basically stops on the existing session data (and causes databases to become locked and unedited by subsequent servers)".
This make no sense to us. We are not having trouble updating the database because we can never get that far. Has anyone else run into this problem?