Web development woes

One thing I love about working with software is that no matter how much you know, you can still be surprised by tiny little quirks that lurk in every software system.

Two great examples from today:

  1. Firefox is happy to follow HTTP redirects while trying to fetch an image. IE seems to not be so happy. It got a redirect instead of an image? Image doesn’t show up in the page.
  2. ASP.net doesn’t send a session cookie to the client web browser if you haven’t set any session variables. This is fine under 99.9% of circumstances, but doesn’t work so well when you’re trying to do something with the session ID that ASP.net is never going to hear about. It causes you to get really confused when the session ID changes per page instead of per session.

Post a Comment

Your email is never shared. Required fields are marked *

*
*