Hi All, I'm noticing that, on occasion, a website will attempt to set the same cookie multiple times in a HTTP response header. I believe the web site uses an IIS 6.0 farm.
Is there a quick fix? I don't have access to the site (from the admisitration/programming standpoint), but I would be happy to pass on the information. Thanks, Jeff Jeffrey Walton Connected to www.[removed].com Local endpoint: 192.168.1.30:3511 Foreign endpoint: [removed]:80 ** Sent 106 bytes ** GET / HTTP/1.1 Host: www.[removed].com From: [email protected] User-Agent: html page tear-ror ** Response Header ** HTTP/1.1 200 OK Connection: keep-alive Date: Sun, 15 Feb 2009 12:06:30 GMT Server: Microsoft-IIS/6.0 X-Powered-By: ASP.NET X-AspNet-Version: 2.0.50727 Set-Cookie: SessionGUID=e72d5fca-b6bc-4023-a65b-d4b032dda163; path=/ Set-Cookie: SessionGUID=e72d5fca-b6bc-4023-a65b-d4b032dda163; path=/ Set-Cookie: cntid=225; expires=Sat, 15-Aug-2009 04:00:00 GMT; path=/ Set-Cookie: SessionGUID=e72d5fca-b6bc-4023-a65b-d4b032dda163; path=/ Set-Cookie: ASP.NET_SessionId=2tjq0mmzdxgomh45z2wlu02x; path=/; HttpOnly Set-Cookie: SessionGUID=e72d5fca-b6bc-4023-a65b-d4b032dda163; path=/ Cache-Control: private Content-Type: text/html; charset=utf-8 Content-Length: 55413 ** Response Body ** [ Snip (OK) ]
