Google Chrome Loses ASP.NET Sessions - Need FavIcon

Posted by nannette on ASP.net Weblogs See other posts from ASP.net Weblogs or by nannette
Published on Fri, 09 Nov 2012 20:51:00 GMT Indexed on 2012/11/09 23:01 UTC
Read the original article Hit count: 218

Filed under:
I had programmed a brilliant web page in ASP.NET 4.0 and lo and behold, this one page lost its sessions in Google Chrome. I could run it locally in debug and could not reproduce the issues in Chrome. Didn't happen in IE or Firefox, only Chrome on the published server. I finally found in a forum where someone mentioned that Google Chrome looks for favicons and if it doesn't find one it will throw a 302 redirect and kill the session. http://stackoverflow.com/questions/8247842/session-data-lost-in-chrome...(read more)

© ASP.net Weblogs or respective owner

Related posts about ASP.NET