Re: Read a cookie value inside Jmeter 2.4

2010-12-16 Thread Deviran
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

Re: Read a cookie value inside Jmeter 2.4

2010-12-16 Thread Deviran
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-

Re: Read a cookie value inside Jmeter 2.4

2010-12-16 Thread Deviran
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

Re: Read a cookie value inside Jmeter 2.4

2010-12-15 Thread Deviran
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

JMETER - how to pass STATE COOKIE

2010-11-08 Thread Deviran
Hi, In my web application, in a particular page there is a table which has many rows. By default the table will list few no. of rows. To see the next set of entries, have to click a navigation button, which is sent as a Ajax request. During the GET request, a STATE COOKIE is along with. In JME

Re: Jmeter - Dynamic URL - How to record Script and Run.

2010-11-03 Thread Deviran
Hi, I have a URL in which the ID is generated dynamically from the javascript. How do i get the value. It's not present in the previous response. e.g., http://www.example.com/STATE_ID/1288781880203/Search.do Thanks, Devi. -- View this message in context: http://jmeter.512774.n5.nabble.com/Jm