Unless you only have 1 thread, you have to come up with a scheme to append
thread number.
Why do you not do it as sebb has suggested?

On Fri, Jun 24, 2011 at 12:33 PM, jagdeepjain01 <[email protected]>wrote:

> got something good:
>
> We can utilize jmeter properties to pass information b/w thread groups see
> below:
>
> After extracting via post processors you can use bean shell to set the
> property as below.
> ${__setProperty(session_id, ${session_id})};
>
> and then in other threads you can utilize by ${__property(session_id)} to
> set this for other threads.
>
> this is cool :)
>
> --
> View this message in context:
> http://jmeter.512774.n5.nabble.com/how-to-maintain-Jsessionid-across-different-thread-groups-tp4520662p4522056.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to