Our flow actually works fine in lower development environments but blows out occasionally (5% of the time) in the test environment. So I can see that there is no problem in the code. (Test environment has two appservers). We are using Webspher app server btw
The problem is whenever we try to navigate through the flow, suddenly the flow gets reset reset and the user lands in the first page. However debugging in firebug, we can see that whenever there is a change in JSESSIONID, flow gets reset. Our application has 2 WARs. So when the page loads, the images, js, css are in one and the java controllers are in another. So could this cause any issue in corrupting/modifying the JSESSIONID.
Not really able to figure out why the cookie is getting changed. Please help. Thanks!