Obscure Bug of the Day

Posted by Phil Weber on December 12, 2002

My ASP.NET app suddenly began to "forget" information I was saving in the Session object. Turns out my personal firewall was set to block cookies by default; ASP.NET uses a cookie to track the session ID. Changing the firewall setting fixed the "bug."


Leave a comment