See if http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Cookie_Manager Clear Cookies after every iteration works for you (cookies are stored per thread so multiple threads arent a problem and will goto ifferent vm's assuming your loadbablancer is set that way) If you need to do it on demand then you can use beanshell to clear the cookie manager regards deepak
On Thu, Nov 12, 2009 at 10:57 AM, gubbu gubbu <[email protected]> wrote: > 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 > > > >

