When you recorded the script , you should have got the same JSESSIONID because cookies /ids there are managed by the browser. If you did record urls with JSESSIONID in the URL , you need to remove the JSESSIONID and use any of the following options below
Add a cookie manager or use the URL rewriting modifier http://jakarta.apache.org/jmeter/usermanual/build-adv-web-test-plan.html#session_url_rewriting Numerous related threads are available in the mail achives regards deepak On Wed, Nov 4, 2009 at 11:20 AM, Hari Kishore <[email protected]>wrote: > Hi , > > I have recoreded a login script using Jmeter proxy, each request > in the file has different JSESSIONID . I want to know to know how to pass > the same Jsessionn id for all the request since the same user is logged in > all the request. Attaching my script for reference. > > > > Is there a way to capture the JSesssion id to a variable ad pass the same > for all the requests. > > > > Thanks > > Hari > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >

