I have a Java web application that interrupts session data. The problem only occurs with users in IE8. I used IEWatch to track http traffic and it seems that the correct session cookies are sent (JSESSIONID2). When a request arrives at the server, the session becomes disconnected from the user session monitor (this uses the HttpBindingListener). As I mentioned, this problem is intermittent, and I even made a transaction with a client doing the same thing on my machine, however I was not able to reproduce their problem. It should also be noted that the transaction fails at the same point every time for all users who experience this - this is one second page of an operation such as 4 pages. Any help would be greatly appreciated.
Nige
source share