Hi,
We've recently upgraded our production systems from Java 1.5, Apache HTTPD 1.3 and Tomcat (sorry, not sure which version) to Java 1.6, Apache HTTPD 2.2 and the latest version of Tomcat (again, sorry, not sure of the numbers).
Since this upgrade, we've noticed that a (very) small percentage of traffic to our site from IE7 and IE8 drops one of our cookies. The session cookie is always sent back, but sometimes, the cookie which determines which of our otherwise-load-balanced servers to send the request to, is missing.
We can find no explanation for this and can only guess that there's something different in our Apache config which is causing this behaviour, but why only on IE7 and IE8, and then only very infrequently, we've no idea.
I know I haven't provided much information to go on, but if anyone has ever heard of this or similar happening, please do let me know what you did about it! Or if anyone has particularly in depth knowledge of the vagaries of IE cookie handling and can provide some insight, please do!
One thing I can say is that I don't think it's anything to do with the underscore-in-domain-name issue I've been reading so much about these past couple of days.
Thanks, Andy.