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.
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. > > Thanks, > Devi. > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Read-a-cookie-value-inside-Jmeter-2-4-tp3247250p3307487.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] > >

