On 27/06/2008, timvanderet <[EMAIL PROTECTED]> wrote:
>
>  ok so a couple of questions about regex extractor. Should it be a child of
>  the HTTP Request which is posting the login info or should it just come
>  after it?
>

Child.

>  I also don't know what to put in the "Regular expression" or "template"
>  field. It doesn't need to match to anything because the only data returned
>  is the value of the cookie I want.
>

It needs to match _everything_.

So use:

RE: .+
TP: $0$

or

RE: (.+)
TP: $1$

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