On 30 October 2010 05:21, gubbu gubbu <gubbu_gu...@yahoo.com> wrote:
> I am sending requests as follows
> http://host/context-patch/abcd.jsp;4AADDA33814B25F63C1D11F1901DF50F.host1jvm1
> http://host/context-patch/abcd.jsp;4AADDA33814B25F63C1D11F1901DF50F.host3jvm3
> etc
> Now if I check the View Results Tree-Sample result under the Response Headers 
> I
> see
> Set-Cookie: JSESSIONIS=4AADDA33814B25F63C1D11F1901DF50F.host1jvm1; Path=/;
> Secure
>
> Which is great . I really dont care about the first part of JSESSIONID but I
> want to make sure that the request landed on the jvm I wanted to by comparing
> the "host1jvm1" to its result part and making sure I got back "host1jvm1"
>
> Is the response assertion the right one to check the Set Cookie header ? If 
> so I

Yes, that's probably the simplest method.

> need some help as I couldnt figure out how to do it even after reading
> the 
> http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Response_Assertion

What did you try?

What happened?

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org

Reply via email to