Window Server 2003 SP2 Session_OnEnd bug

Posted by: Taym

Window Server 2003 SP2 Session_OnEnd bug - 21/05/2007 15:53


Here: http://support.microsoft.com/kb/934903 you can read about this bug introduced by SP2 (Session_OnEnd in global.asa not being read).

Is there anybody that obtained the hotfx from MS, and wants to generously share it with me?
I spent 20 mins at the phone todaty,giving out my personal info to an operator I could barely understand, to be told that I neded to tell them if it was US or EU software that I was using. I explained I did not know because it comes from my Technet subscription, produced by my company (US) while I am in Italy (EU), and so she wanted me to check on the OS. I had no access to the server in that very moment, so I gave up.

And, I thought maybe the empeg BBS would prove more helpful than any helpdesk, as usual...

However, why on earth MS deced not to make this hotfix available for download, just like the thousand others out there?
Posted by: tman

Re: Window Server 2003 SP2 Session_OnEnd bug - 21/05/2007 16:53

Quote:
However, why on earth MS deced not to make this hotfix available for download, just like the thousand others out there?

Usually it is because it hasn't completed testing yet. They wanted to limit the number of people that have it so if something bad occurs during testing then they know who exactly to contact with an updated fix.
Posted by: andy

Re: Window Server 2003 SP2 Session_OnEnd bug - 22/05/2007 04:23

Exactly, which is why the KB article itself says:

"This hotfix may receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next Microsoft Windows Server 2003 service pack that contains this hotfix."
Posted by: Taym

Re: Window Server 2003 SP2 Session_OnEnd bug - 22/05/2007 23:18

I tried again today, and they were nice, quick, and emailed the hotfix to me in less than 30 mins. And, it works perfectly.

So, I guess I was just unlucky the first time, or got the wrong opertor.


Edit:
Quote:
Exactly, which is why the KB article itself says:

"This hotfix may receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next Microsoft Windows Server 2003 service pack that contains this hotfix."


I have to say I find hat statement a bit confusing, which is why I did not rely on it. Next service pack will probably be released in one year from now. Maybe they meant "next downloadable/tested hotfix".
Posted by: Roger

Re: Window Server 2003 SP2 Session_OnEnd bug - 23/05/2007 04:47

Quote:
Maybe they meant "next downloadable/tested hotfix".


No. They mean the next service pack. If a lot of people are calling PSS to ask for the hotfix, then it might get extra testing and be released as a public hotfix, but generally, hotfixes are kept back for the full test cycle given to the service pack.
Posted by: Taym

Re: Window Server 2003 SP2 Session_OnEnd bug - 23/05/2007 09:35

Yes, I see. I think that makes sense mostly with minor bugs affectic few customers.
In this case I think they will have to release it as a Hotfix, since I am guessing quite a few websites are still using classic ASP and global.asa.
Posted by: andy

Re: Window Server 2003 SP2 Session_OnEnd bug - 23/05/2007 11:21

Yes, but lots of them that do won't be using ASP session handling and even the ones that do will only be significantly affected if they actually do something in the session end event.

Even most of the ones that do use the session end event can probably work around the issue.