Every so often some ASP coder out there tries to put a JScript or VBScript object into the Session (or Application) object. Things usually start going horribly wrong shortly thereafter -- either terrible performance ensues or things just break outright.
Well, like Groucho says, if it hurts when you do that, don't do that! Understanding why this is a bad idea will take us yet deeper into the land of threading models.
Read More...