On 27 March 2013 21:52, Deepak Shetty <[email protected]> wrote:
> a bit late but I wrote this up
> http://theworkaholic.blogspot.com/2013/03/sharing-session-ids-across-threads.html

Note that Java properties are also global.

But like any cross-thread sharing, you have to be aware that it might
impact performance if access requires locking.

>
> On Mon, Mar 11, 2013 at 4:48 AM, 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.
>> I tried using HTTP Cookie Manager globally for a Test Plan,
>> But it didnt work.
>> I am using jmeter 2.5 version. Can anybody help me with this?
>> 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]

Reply via email to