Re: possible to set cookie by beanshell

2007-04-23 Thread sebb
On 22/04/07, chris [EMAIL PROTECTED] wrote: hi! i want to set cookie data (like session id) manually, with a preprocessor. for the httpsampleresult, i found the method prev.setCookies(...). prev is the previous sample result, so setting the cookies for this does not affect the next sample.

possible to set cookie by beanshell

2007-04-22 Thread chris
hi! i want to set cookie data (like session id) manually, with a preprocessor. for the httpsampleresult, i found the method prev.setCookies(...). if i call this method, i see the cookie data in my view results tree at the request tab, but at the sampler result tab another jsession id is set