I have this classic ASP site which has been working fine until we updated it. It was just a site-update, meaning .asp files which ran fine in our test enviroment, no service packs or patches. I can not reproduce the error at all on a test-site on the same server.
The system it's running on is IIS6 on Server 2003.
Somehow, it has now started to behave weird when a user revisit the site with an old session-cookie, which makes the site not running Session_OnStart() again.
Since the session is long gone, it leaves me with an empty Session()-scope, which breaks a lot of code on the site.
I have never seen this behaviour before, since I would assume that visiting a site with an old session-cookie would retrigger Session_OnStart?