Hi Clear the cookies (assuming you are using JSESSIONID in cookies) at the end of the iteration (or use bsh). If your application is using urlrewriting (the sessionid is part of the url) then for the first request in the loop, use a url without the sessionid
another option is run multiple jmeter instances instead of jmeter master slave --search the archives for related discussions regards deepak On Tue, Sep 22, 2009 at 9:11 AM, Craig Flichel <cflic...@novator.com> wrote: > I have to test high-volume of users - over 20k. > > JMeter creates/starts a thread for each of these even though many of them > are scheduled to execute after a very long delay. My jmeter slaves cannot > handle so many running threads. > > An option that was presented to me was to have them looping and repeating > resetting the context between iterations, to avoid reuse of the tomcat > session on loop. How would I reset the context? > > My test setup is simple - HTTP Cookie Manager, HTTP Request Defaults, > multiple HTTP Samplers. > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org > For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org > >