On 11 March 2013 11:48, Alaka P A <[email protected]> wrote: > I have to test the webserver which has to maintain sessions. > For this purpose I need to maintain session ids in jmeter. > It has been working for ThreadGroup as I > am using HTTP Cookie Manager for every Thread Group. > But i want to use the same > JSESSIONID across the test plan which includes several Thread Groups. > Not able to achieve this.
But why do you want to share sessions across thread groups? Surely these sessions are intended to represent individual browsers? Different JMeter threads represent different users; each should have its own session. > I tried using HTTP Cookie Manager globally for a Test Plan, > But it didnt work. It should work, but in any case, the cookies will be maintained per thread. > I am using jmeter 2.5 version. Can anybody help me with this? As a separate issue, you should upgrade JMeter to the current version; 2.5 is quite old. > Thanks ! > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
