Cookie manger should handle this. Try running the test again and check out the page response using "View result tree listener".
On Fri, Sep 7, 2012 at 9:14 AM, Divya <[email protected]> wrote: > Hi All, > > Using the Recording Controller, I recorded a series of transactions for a > web application using a single user/pwd credentials. Once all the scenarios > are captured the last step I performed is the Logout and then I stop the > Http Proxy.This generates a bunch of request samplers which I sub divide > under Transaction Controller accordingly. I have following doubts and > questions: > > 1) For some of the request samplers the parameter "activeSessionId" has a > constant value for the GET request. (such that "activeSessionId" is passed > as a queryString). Should this value be removed and assigned a dynamic > value, although I have added a CookieManager at the Tread Group level? > > 2) The value of the parameter "activeSessionId" is used by all the threads. > Should I consider replacing this with a dynamically generated variable? If > so, how can this be done? > > Thanks, > D >
