Randomly Losing Session Variables Only In Google Chrome & URL Rewriting

I had the same issue, and to fix it I only had to create a favicon.ico and place it in the webroot – otherwise I could see using Fiddler that a 404 resulted for this with every page request from Chrome (despite me not actually linking to a favicon in the page markup).

In my mind this is clearly a bug in Chrome, as the lack of a favicon should have no bearing on session data.

Leave a Comment