Hello Bruce,

Thanks for the response.

I am using HTTP Cookie Manager in the script with "Clear cookies each
iteration" checkbox checked.
Also, at the end of one of the request application URL, having ;jsessionid,
but using regualar expression extractor
;jsessionid=([-_0-9A-Za-z!]+)"
I am parameterizing jsessionid using RegEx as
/xxxxx/faces/LoginPage.jspx;jsessionid=${jsessionId}

I believe that jsessionid is required to create the session. Still could
not resolve the issue.

Regards,
Milan

On Tue, Nov 8, 2011 at 8:37 PM, Bruce Ide <[email protected]> wrote:

> Sounds like you're trying to reuse a session. Let me see if I can guess...
> You don't have a HTTP cookie manager in your test, and the HTTP request has
> a ?jsessionid= kind of thing on the end of it?
>
> If I'm right, I suppose I win a cookie. Or you do. Add an HTTP cookie
> manager and remove the ?jsessionid from your requests and see what happens.
>
> If I'm wrong, you still win a cookie, but you have to find it first. It's
> probably hidden in your request somewhere.  You'll have to dig it out and
> put it in a variable upon your first request, and then pass it around so
> everyone can take a bite, in your later requests.
>
> --
> Bruce Ide
> [email protected]
>

Reply via email to