This is a simple argument in a URL. After your initial request, it is
bound to be in the server's response in many (if not all) href
parameters. Use a Regular Expression Extractor to look for e.g.
href=".*?jsessionid=(w*)
This should have a good chance at capturing your session ID, but you
will have to carefully tailor it to work with your server's responses.

Save the captured string in a variable and add the jsessionid parameter
to all following HTTP Samplers.

Also: Why does your app not use cookies for storing session IDs? Or if
it does, why don't you use the Cookie Manager?

HTH,
Felix

On 08/11/10 13:15, gsub wrote:
> 
> Hi Archna/ All,
> 
> I am also having the same application, with dinamically session id's after
> every page request.
> (like: /Page;jsessionid=5DC84B98270DBC6A50827059ED93C177) 
> i want to extract the same 32 digits. how can i do it.. 
> 
> did you come up with solution .
> 
> Any 1 can help me in this

---------------------------------------------------------------------
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