Greetings,
I'm using JBoss AS 4.0.5GA. I am working on a web application which contains a war inside a ear file.
My problem is this: When two users accessing the web application submit data, in some cases they receive switched responses. It is like user A "sees" user B's session and the reverse. However, both users maintain their original session ids. I've read various things in the JBoss forum, even changed the "CrossContext" setting in Tomcat's context.xml file. But this still happens.
I'm note sure why this happens, and I would be glad to provide any information regarding my server's configuration. Also note, that I'm using isolated deployment (class-loading).
Start Free Trial