How is the state cookie being set? If it set on the HTTP response with a
set-cookie header then the cookie manager should have worked (Compare the
request/response in the browser when the cookie is set v/s Jmeter using View
results tree).

If the cookie is set using Javascript then you have no option other than
repeating the logic and setting the cookie yourself using the java apis
First find out when / how the application sets the cookie.

regards
deepak


On Mon, Nov 8, 2010 at 3:47 AM, Deviran <karthickd...@gmail.com> wrote:

>
> 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 JMETER, i have recorded the above case and also added a HTTP Cookie
> manager. When i replay, i get the following error,
>
> State cookie is not passed along with the request. Can happen in case of
> use of back button.
>
> How can i pass the STATE COOKIE.pls help.
>
> Thanks,
> Dev.
> --
> View this message in context:
> http://jmeter.512774.n5.nabble.com/JMETER-how-to-pass-STATE-COOKIE-tp3254930p3254930.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>

Reply via email to