On 27/06/2008, timvanderet <[EMAIL PROTECTED]> wrote:
>
>  Sorry for all of the questions. Thanks for being so patient in answering
>  them, it is very much appreciated. Login still isn't working so Im gonna
>  write everything i have to see if I'm close.
>
>  I have a regex extractor as the child of the HTTP request which is posting
>  the login info
>  Response Field to check: Response code

No - the response code is 200 or 404 etc.

Use Body.

>  Ref name: jUserId
>  reg expression: .+
>  Template: $0$
>  Match no: 1
>
>  Then I put a header manager in the child of the following http request.
>  name: set-cookie
>  value: JUSERCOOKIE=jUserId
>

That should be

value: JUSERCOOKIE=${jUserId}

>
>  Questions:
>  1. Are my regex extractor and header manager set up correctly?

No, see above.

>  2. Is the header manager in the right place?

Yes.

>  3. Should I get read of this parameter in all of the following requests:
>  name- contextId value- (value of juserid cookie when recorded through
>  proxy)?

No idea what you are  asking here.

I suggest you try the suggested corrections and see how you get on.

> --
>  View this message in context: 
> http://www.nabble.com/Cookie-not-recognized-tp18142357p18161886.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]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to