You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Preston CRAWFORD <Pr...@state.or.us> on 2005/10/04 17:20:54 UTC

Re: Struts action forms crossing sessions? Any ideawhythisishappening?

Tomcat 5.0.28.

>>> rosenberg.leon@googlemail.com 10/4/2005 3:34:31 AM >>>
What's your container? I saw this behaviour on older resin
implementations, it was obviously a bug, that in some sequence of
requsts the session got mixed, B got A's session, but only for one
request, after that it had it's own session. Try to log out the
session id and the value of the jsessionid cookie to find out if its
the right session.

regards
Leon

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org 
For additional commands, e-mail: user-help@struts.apache.org 


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Struts action forms crossing sessions? Any ideawhythisishappening?

Posted by Leon Rosenberg <ro...@googlemail.com>.
On 10/4/05, Preston CRAWFORD <Pr...@state.or.us> wrote:
> Tomcat 5.0.28.

this should work. However try logging out the sessionIds and compare
them to the jsessionid cookies, just to be sure.

Maybe you are also hit by the tomcat session bug:

http://issues.apache.org/bugzilla/show_bug.cgi?id=36541

Another option: send the action and the form and we'll check this :-)
regards
leon

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org