Hi all,
In my scenario, I am creating a loop and I would like to clear my cookies for each iteration of the loop. I tried to use sampler.getCookieManager().clear(); But that did not work. Would you have any idea on how I could perform this? Thanks in advance

