Hi ,
I have a few appservers each running a couple of jvms. For example
ap1jvm1
ap1jvm2
ap2jvm1
ap2jvm2
When a request is made to server the user gets stuck to a jvm and a cookie is
set for example "ABCsession:ap1jvm1" or "ABCsession:ap2jvm2" . I created a
jmeter test which login in a user and does some transactions and logs out and
it works fine . However I do not have the contril for a particular thread to
land on a particular jvm . I am using the generi HTTP cookie manager .
How can I control so I can explicitly clear the cookie and then set a new
cookie so I can go to each jvm and touch them ?
thanks
Gubs