On 12/16/2010 09:24 AM, Mariusz W wrote: > hi, > Can you get some exemple cookie from your test? I also think that this > regexp - COOKIE_SESSIONID=(.+?) - will give you only first letter from all > cookie.
Fair assumption. Also, using a Debug Sampler is highly recommended. > On Thu, Dec 16, 2010 at 8:10 AM, Deviran <[email protected]> wrote: > >> >> Hi, >> >> I am trying to get the COOKIE value using the Regular Expression Extractor >> as follows, >> >> I have set the 'Response Field to check ' to Headers. >> Reference Name : mysessionID >> Regular Expression : COOKIE_SESSIONID=(.+?) >> Template : $1$ >> Match No. : 1 >> Default Value : 11111111 >> >> I am getting the value as ${mysessionID}. I get only '11111111'. >> >> I have also tried, Regular Expression : ${COOKIE_SESSIONID} >> >> What's wrong. I appreciate your help. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

