One way is Use Beanshell sampler.getCookieManager() returns you the cookiemanager ( http://jakarta.apache.org/jmeter/api/org/apache/jmeter/protocol/http/control/CookieManager.html) which will let you access the cookies and write them wherever you want
I have no idea why you want to do this though. regards deepak On Tue, Nov 17, 2009 at 9:02 AM, Ravi Kumar <[email protected]> wrote: > Hi , > > I am using HTTP Sampler and Cookie Manager for my flow and would like to > store the cookie data after each request. > > How to I store? > > -- > Best Regards > > Ravi >

