hi
when you select Redirect Automatically, the redirect is handled by the
underlying implementing system and JMeter would never get to see the
cookies(for its cookie manager to store) if any were set along with the
redirect.  This only impacts cases where there is a Set-Cookie along with
the redirect. A follow redirect means JMeter sees the response(and hence the
cookies) and issues the redirect as a separate call (Which you would see as
two requests in the View results tree).

regards
deepak


On Mon, Dec 7, 2009 at 1:01 PM, jeff_vandenberg <[email protected]>wrote:

>
> Changing the Login Sampler to Follow Redirects rather than Redirect
> Automatically worked. I am not entirely sure I understand why, but I can
> investigate that later. The Index Request page gives me the page that I am
> expecting.
>
>
> Deepak Shetty wrote:
> >
> > if you have redirect automatically on the HTTP request can you change it
> > to
> > follow redirects.
> > does login need https on your site?
> > if everything else still fails, can you copy the response from the View
> > Response Tab into a test.html file(for the login page), open it locally
> in
> > a
> > browser and submit it (you might need to change the form action so that
> it
> > goes to your server) and actually still see what happens?
> >
>
> --
> View this message in context:
> http://old.nabble.com/.Net-SessionId-changing-in-Cookie-tp26679091p26684093.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]
>
>

Reply via email to