parameterised login creates problem with HTTP cookie manager

2009-06-11 Thread ankush jethi
Hello friends, Since we know using HTTP cookie manager lets jmeter use same session for all the threads. But we are supposed to parametrize our user login. When I do this my scripts dont execute at all. Perhaps the reason could be that since its a different user login for every request the same ses

Re: parameterised login creates problem with HTTP cookie manager

2009-06-11 Thread sebb
On 11/06/2009, ankush jethi wrote: > Hello friends, > Since we know using HTTP cookie manager lets jmeter use same session for all > the threads. Not true, unless you are using JMeter 2.3.1 which had a bug: http://wiki.apache.org/jakarta-jmeter/CookieManagerBugIn231 > But we are supposed to