You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2015/03/14 15:04:54 UTC

[Bug 47714] Response mixed between users

https://bz.apache.org/bugzilla/show_bug.cgi?id=47714

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #28 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
(In reply to Ben Erridge from comment #24)
> I found a post about this and the guy was nice enough to post a JMeter
> script that can reproduce the issue. I have not tested it yet but looks
> promising.
> 
> http://jeecookbook.blogspot.com/2013/07/modjk-session-mixed-between-users.
> html

Hi,
the jmeter script (session.bsh) is in fact not correct to detect the session
mix as it just compared Request jsessionid cookie et response jsession cookie
header setting.
But this can be a regular case when during a load test 1 tomcat becomes
unresponsive, mod_jk will direct the request to another Tomcat leading to
creation of a new JSESSIONID and you end up having a "False Session Mix".

Regards
Philippe M.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org