I have a webpage that requires me to log in twice if I clear all cookies (session and regular). If I clear cookies/all history using firebug before I record the traffic I get a http 401 and a redirect to another web-page with an additional login.
However if I do not clear the web history I get a http 200 on the first request and not the redirect.
What I want to do is to clear "all the web content (cookies+++) for every virtual user.
Using both exec(flushHttpCache) and (flushCookieJar) does not remove all the cookies and chatted thing I need to remove.
If I use i.e. “click & clean” firefox “Add-on” I get to remove the thing I would like, but not by using (flushHttpCache) and (flushCookieJar). Then I do not get a “fresh” browser that I need.
Any other .exec I can call to totally empty every trace of the v-user?