Do you tried with Regular Expressions?

You can extract the jsession value from the URL and then use it as
parameter....

I hope it helps.

On Tue, May 12, 2009 at 3:24 PM, Nguyen Dao <mr.nguyen...@gmail.com> wrote:

> Hi everyone,
>
> *MY PROBLEM:*
> The JSF application on Tomcat 5.x that I have been asked to load-test
> disables cookie; it gets the jsessionid from the path parameter.
>
> When a user hits a protected resource, he/she is directed a login page
> whose
> url is appended with ";jsessionid=somehexvalue".  This jsessionid will then
> be appended to all following requests.  Submitting a request with a
> different jsessionid value will cause a new login session.
>
> As such, the "HTTP Cookie Manager" Config Element can not be used.
>
> *QUESTIONS:*
> Is there another Config Element that I could use?
> Any suggestions?
>
> Thank you,
> Nguyen Dao
> mr.nguyen...@gmail.com
>

Reply via email to