Yes, i checked the Debug Sampler, i am able to see the COOKIE_SESSIONID
value.
I used ${COOKIE_SESSIONID} directly to set a parameter value without using
regular expression.
i am getting the value.
Thanks a lot for your help.
Regards,
Devi.
--
View this message in context:
http://jmeter.51277
I don't use this feature also but after enabling it I see in Debug Sampler:
COOKIE_JSESSIONID=3B153CADD0FC756E14B35CE563BB7D87
where JSESSIONID I get in set-cookie.
On Thu, Dec 16, 2010 at 11:54 AM, Felix Frank wrote:
> On 12/16/2010 11:43 AM, Deviran wrote:
> >
> > I tried SESSIONID too, still
have you tried:
SESSIONID=(.*?);
and use ${mysessionID}
if you have Reference Name : mysessionID
it should contain "6959ea68" for example - use Debug Sampler as mentioned
earlier to check if value is ok.
On Thu, Dec 16, 2010 at 11:43 AM, Deviran wrote:
>
> I tried SESSIONID too, still getting
On 12/16/2010 11:43 AM, Deviran wrote:
>
> I tried SESSIONID too, still getting the default value.
>
>
> i just used 'COOKIE_xx' as mentioned in the doc.
>
> http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Cookie_Manager
Interesting. I didn't know Cookie Manager can d
I tried SESSIONID too, still getting the default value.
i just used 'COOKIE_xx' as mentioned in the doc.
http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Cookie_Manager
Pls help.
Thanks,
Devi.
--
View this message in context:
http://jmeter.512774.n5.nabble.com/Read-
On 12/16/2010 11:15 AM, Deviran wrote:
>
> example cookie below,
>
> Cookie Data:
> SESSIONID=6959ea68; $Path=/;
Err - then why on earth does your regex say COOKIE_SESSIONID instead of
SESSIONID ?!
-
To unsubscribe, e-mail: jme
example cookie below,
Cookie Data:
SESSIONID=6959ea68; $Path=/;
Request Headers:
Accept-Language: en-us
Accept-Encoding: gzip, deflate
.
.
.
i will check how to use the Debug Sampler.
Thank you for the help,
Devi.
--
View this message in context:
http://jmeter.512774.n5.nabble.com/Read-a-co
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, 20
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 wrote:
>
> Hi,
>
> I am trying to get the COOKIE value using the Regular Expression Extractor
>
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 :
I am getting the value
On 3 November 2010 07:21, Uma N wrote:
> Please unsubscribe
Unsubscribe instructions are at the end of every posting.
> -Original Message-
> From: denis boutin [mailto:dbou...@c-log.com]
> Sent: Wednesday, November 03, 2010 12:29 AM
> To: jmeter-user@jakarta.apache.org
> Subject: Read a
Thanks a lot it works perfectly
Le 02/11/2010 20:55, sebb a écrit :
On 2 November 2010 18:59, denis boutin wrote:
Hi,
I'm trying to read a cookie value inside JMeter2.4. Do you know how can I do
that ?
I've tried using a cookie manager which works well. However now in a certain
part of my s
Please unsubscribe
-Original Message-
From: denis boutin [mailto:dbou...@c-log.com]
Sent: Wednesday, November 03, 2010 12:29 AM
To: jmeter-user@jakarta.apache.org
Subject: Read a cookie value inside Jmeter 2.4
Hi,
I'm trying to read a cookie value inside JMeter2.4. Do you know how can
On 2 November 2010 18:59, denis boutin wrote:
> Hi,
>
> I'm trying to read a cookie value inside JMeter2.4. Do you know how can I do
> that ?
>
> I've tried using a cookie manager which works well. However now in a certain
> part of my scenario I'd like to read a value of a cookie. So I've tried
14 matches
Mail list logo