Tag: IIS

  • Nasty IIS/ASP Querystring Cookie Case Bug

    I just stumbled on a nasty, nasty ASP bug that took about 7 years for me to see. The problem happens when using cookies and querystrings with the same name. A page on the site reads in a variable from the querystring and sets a cookie with the same name to its value, e.g.: strSrc […]