HTTP Cookie Manager

2005-09-28 Thread DharaniLakshmi Govindan
I'm a newbie to JMeter and would like to do stress testing for my calendar application. My scenario is 1. Login 2. Create an event 3. Delete that event 4. Repeat step 2 and 3 may be 100 times 5. Repeat the whole process from step 1 to 4 100 times I recorded this for only single user to create a e

HTTP Cookie Manager

2006-11-08 Thread Robert Spielmann
Hi all, I'm facing some sort of problem with the HTTP Cookie Manager. The docs say that the Cookie Manager automatically stores all cookies from a HTTP request. I've placed the Cookie Manager in different positions of my test plan, and as I can see from the results tree, the answer t

Http Cookie Manager

2002-07-05 Thread Pretterhofer, Guenter (ext.)
Hi all, hope all is well! Maybe somebody can help me with the following problem? In a thread group I defined a Http Cookie Manager and 2 Http Requests. In each Http Request I call a servlet that gives me back a Cookie in the Set-Cookie field in the http header. I logged the Set-Cookie values

Http Cookie Manager

2002-07-08 Thread Pretterhofer, Guenter (ext.)
Hi all, I want to add some further details concerning my problems with the Http Cookie Manager. I did some testing with jmeter and with the tomcat session example that comes with the software (SessionExample.java). I'm using Tomcat 4.0.3 in "standalone" mode. First I teste

Existing Manager HTTP Cookie Manager superseded by HTTP Cookie Manager

2007-08-13 Thread Simon Brown
at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:298) at java.lang.Thread.run(Thread.java:619) 2007/08/13 09:13:32 WARN - jmeter.protocol.http.sampler.HTTPSamplerBase: Existing Manager HTTP Cookie Manager superseded by HTTP Cookie Manager 2007/08/13 09:13:32

Re: Existing Manager HTTP Cookie Manager superseded by HTTP Cookie Manager

2007-08-13 Thread sebb
t > org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:298) >at java.lang.Thread.run(Thread.java:619) > > 2007/08/13 09:13:32 WARN - > jmeter.protocol.http.sampler.HTTPSamplerBase: Existing Manager HTTP > Cookie Manager superseded by HTTP Cookie Manager > 2007/08/

RE: Existing Manager HTTP Cookie Manager superseded by HTTP Cookie Manager

2007-08-13 Thread Simon Brown
er + Thread Group + While Controller + + CSV Data Set Config + + HTTP Request HTTPClient + + + Bean Shell Listener + + HTTP Cookie Manager + + View Results in Table Listener Thanks, Simon -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: 13 August 2007 15:36 To: JMet

Re: Existing Manager HTTP Cookie Manager superseded by HTTP Cookie Manager

2007-08-13 Thread sebb
y current arrangement is as follows: > > Test Plan > + HTTP Header Manager > + Thread Group > + While Controller > + + CSV Data Set Config > + + HTTP Request HTTPClient > + + + Bean Shell Listener > + + HTTP Cookie Manager > + + View Results in Table Listener It would

RE: Existing Manager HTTP Cookie Manager superseded by HTTP Cookie Manager

2007-08-13 Thread Simon Brown
: Existing Manager HTTP Cookie Manager superseded by HTTP Cookie Manager On 13/08/07, Simon Brown <[EMAIL PROTECTED]> wrote: > Hi Sebb, > > Many thanks again. > > I'm aware that a redirect response with no location header is a HTTP > protocol violation, but I'm running t

Re: Existing Manager HTTP Cookie Manager superseded by HTTP Cookie Manager

2007-08-13 Thread sebb
Have also modified my Test Plan as you suggested. > > Many thanks, > > Simon > > -Original Message- > From: sebb [mailto:[EMAIL PROTECTED] > Sent: 13 August 2007 16:27 > To: JMeter Users List > Subject: Re: Existing Manager HTTP Cookie Manager superseded

RE: Existing Manager HTTP Cookie Manager superseded by HTTP Cookie Manager

2007-08-13 Thread Simon Brown
Hi Sebb, Thanks very much indeed! I'll download that and install that now! Simon -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: 13 August 2007 17:51 To: JMeter Users List Subject: Re: Existing Manager HTTP Cookie Manager superseded by HTTP Cookie Manager I&#x

RE: Existing Manager HTTP Cookie Manager superseded by HTTP Cookie Manager

2007-08-14 Thread Simon Brown
TTP Cookie Manager superseded by HTTP Cookie Manager The layout of my Test Plan is as follows: Test Plan + Thread Group + + HTTP Header Manager + + HTTP Cookie Manager + + While Controller + + + CSV Data Set Config + + + HTTP Request HTTPClient + + + + Bean Shell Listener + View Results in Tabl

RE: Existing Manager HTTP Cookie Manager superseded by HTTP Cookie Manager

2007-08-14 Thread Simon Brown
nager superseded by HTTP Header Manager 2007/08/14 09:20:09 WARN - jmeter.protocol.http.sampler.HTTPSamplerBase: Existing Manager HTTP Cookie Manager superseded by HTTP Cookie Manager Simon -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: 13 August 2007 17:51 To: JMeter Users

Re: Existing Manager HTTP Cookie Manager superseded by HTTP Cookie Manager

2007-08-14 Thread sebb
ing Manager HTTP > Header Manager superseded by HTTP Header Manager > 2007/08/14 08:41:29 WARN - > jmeter.protocol.http.sampler.HTTPSamplerBase: Existing Manager HTTP > Cookie Manager superseded by HTTP Cookie Manager I don't understand that - can you send me the JMX privately?

RE: Existing Manager HTTP Cookie Manager superseded by HTTP Cookie Manager

2007-08-14 Thread Simon Brown
/08/14 09:20:09 WARN - jmeter.protocol.http.sampler.HTTPSamplerBase: Existing Manager HTTP Header Manager superseded by HTTP Header Manager 2007/08/14 09:20:09 WARN - jmeter.protocol.http.sampler.HTTPSamplerBase: Existing Manager HTTP Cookie Manager superseded by HTTP Cookie Manager I'll sen

Re: Existing Manager HTTP Cookie Manager superseded by HTTP Cookie Manager

2007-08-14 Thread sebb
Manager HTTP > Header Manager superseded by HTTP Header Manager > 2007/08/14 09:20:09 WARN - > jmeter.protocol.http.sampler.HTTPSamplerBase: Existing Manager HTTP > Cookie Manager superseded by HTTP Cookie Manager > > Simon > > -Original Message- > From: sebb [mailto:[EMA

RE: Existing Manager HTTP Cookie Manager superseded by HTTP Cookie Manager

2007-08-14 Thread Simon Brown
Great stuff! This is great support! Simon -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: 14 August 2007 11:29 To: JMeter Users List Subject: Re: Existing Manager HTTP Cookie Manager superseded by HTTP Cookie Manager This NPE is caused when the list of extracted URLs

Re: Existing Manager HTTP Cookie Manager superseded by HTTP Cookie Manager

2007-08-14 Thread sebb
[EMAIL PROTECTED] > Sent: 14 August 2007 11:29 > To: JMeter Users List > Subject: Re: Existing Manager HTTP Cookie Manager superseded by HTTP > Cookie Manager > > This NPE is caused when the list of extracted URLs contains a null > entry - not sure how that happens yet, but I

RE: Existing Manager HTTP Cookie Manager superseded by HTTP Cookie Manager

2007-08-14 Thread Simon Brown
This is absolutely great! Thanks so much! -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: 14 August 2007 13:12 To: JMeter Users List Subject: Re: Existing Manager HTTP Cookie Manager superseded by HTTP Cookie Manager The latest nightly (r565714) includes what I hope is a

JMeter HTTP Cookie Manager

2009-11-18 Thread cchee
Hi, I am using JMeter 2.3.4 on Ubuntu 9.10 hitting a web server with web apps that uses two phases authentication. To complete the authentication, two cookies from the website (same domain) must to presented in the GET request to the server. I had debug enabled for HTTP Cookie Manager and based

HTTP Cookie manager superseded

2006-07-26 Thread Oliver Erlewein \(DSLWN\)
Hi all, When testing with 2.1.1 I get these warnings quite often: 2006/07/27 10:26:52 WARN - jmeter.protocol.http.sampler.HTTPSamplerBase: Existing Manager HTTP Cookie Manager superseded by HTTP Cookie Manager Can anybody tell me what that means and if there's a todo for me in that?

regarding HTTP cookie manager

2006-10-04 Thread Saha, Mukul \(Cognizant\)
Hi, I need to read a certain value from cookie and send it along with the HTTP Request. I have tried an empty cookie manger, but the purpose is not solved. In our application, it is generating a cart-id and storing it as cookie, I want to read the value from the cookie and send it along. Does a

Re: HTTP Cookie Manager

2006-11-08 Thread sebb
AIL PROTECTED]> wrote: Hi all, I'm facing some sort of problem with the HTTP Cookie Manager. The docs say that the Cookie Manager automatically stores all cookies from a HTTP request. I've placed the Cookie Manager in different positions of my test plan, and as I can see from the results

Http Cookie Manager and jsessionid

2007-10-02 Thread Daniel Herbison
I want to beable to keep the same jsessionid for two calls to a soap service. WIll the HTTP Cookie Manager do this? I've tried: +Thread Group ++HTTP Cookie Manager ++WebService(SOAP) Request ++WebService(SOAP) Request ++View Results Tree but the second request always gets a different se

Use of HTTP Cookie Manager

2006-01-11 Thread Raffaele Viola
site." I tried to insert a HTTP Cookie Manager in the thread group but it doesn't seem to work correctly. would you kindly send some examples of the right usage of this kind of objects? Thanks a lot -Raffo

Re: HTTP Cookie manager superseded

2006-07-27 Thread sebb
erBase: Existing Manager HTTP Cookie Manager superseded by HTTP Cookie Manager Can anybody tell me what that means and if there's a todo for me in that? Thanx Oliver - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re: regarding HTTP cookie manager

2006-10-04 Thread sebb
On 04/10/06, Saha, Mukul (Cognizant) <[EMAIL PROTECTED]> wrote: Hi, I need to read a certain value from cookie and send it along with the HTTP Request. I have tried an empty cookie manger, but the purpose is not solved. What is going wrong? Which version of JMeter are you using? In our app

Re: Http Cookie Manager and jsessionid

2009-01-08 Thread Maya Hague
I have a very similar problem as this and I'm in desperate need for help. Thanks in advance. maya My test plan includes a threadgroup with the following. Thread Group >> ++HTTP Cookie Manager >> ++WebService(SOAP) Request >> ++WebService(SOAP) Request >&g

Re: Http Cookie Manager and jsessionid

2009-01-09 Thread sebb
On 09/01/2009, Maya Hague wrote: > I have a very similar problem as this and I'm in desperate need for help. > Thanks in advance. maya > > My test plan includes a threadgroup with the following. Thread Group > >> ++HTTP Cookie Manager > >> ++WebService(SO

Re: Http Cookie Manager and jsessionid

2007-10-02 Thread sebb
WIll the HTTP Cookie Manager do this? I've tried: > +Thread Group > ++HTTP Cookie Manager > ++WebService(SOAP) Request > ++WebService(SOAP) Request > ++View Results Tree > > but the second request always gets a different session id. How do I keep > the two request in the sa

Re: Http Cookie Manager and jsessionid

2007-10-02 Thread Daniel Herbison
te: >> >> I want to beable to keep the same jsessionid for two calls to a soap >> service. >> WIll the HTTP Cookie Manager do this? I've tried: >> +Thread Group >> ++HTTP Cookie Manager >> ++WebService(SOAP) Request >> ++WebService(SOAP) R

Re: Use of HTTP Cookie Manager

2006-01-11 Thread sebb
f you have an HTTP Request and the response contains a cookie, the Cookie > Manager automatically stores that cookie and will use it for all future > requests to that particular web site." > > I tried to insert a HTTP Cookie Manager in the thread group but it doesn't > seem to

Re: Use of HTTP Cookie Manager

2006-01-11 Thread Manish Joshi
anual says : > > > > "If you have an HTTP Request and the response contains a cookie, the > Cookie > > Manager automatically stores that cookie and will use it for all future > > requests to that particular web site." > > > > I tried to insert a HTTP Cook

Re: Use of HTTP Cookie Manager

2006-01-11 Thread sebb
ontains a cookie, the > > Cookie > > > Manager automatically stores that cookie and will use it for all future > > > requests to that particular web site." > > > > > > I tried to insert a HTTP Cookie Ma

Re: Use of HTTP Cookie Manager

2006-01-12 Thread Raffaele Viola
> > > The user manual says : > > > > > > > > "If you have an HTTP Request and the response contains a cookie, the > > > > Cookie > > > > Manager automatically stores that cookie and will use it for all > future > > > > requests to

Re: Use of HTTP Cookie Manager

2006-01-12 Thread Raffaele Viola
TECTED]> wrote: > > > > > Hi all, > > > > > I'm testing a web site that uses cookies to store session > > information. > > > > > > > > > > The user manual says : > > > > > > > > > > "If you have

Re: Use of HTTP Cookie Manager

2006-01-12 Thread sebb
What do you mean by "not properly stored"? On 12/01/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: > Hi > I just realized it didnt work because the "jsessionid" cookie was not > properly stored and therefore the second page had been loaded in a very > weird way, just as the session was timed out. A

Re: Use of HTTP Cookie Manager

2006-01-12 Thread Raffaele Viola
Ok :-) ... delete "properly" -Raffo 2006/1/12, sebb <[EMAIL PROTECTED]>: > > What do you mean by "not properly stored"? > > On 12/01/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: > > Hi > > I just realized it didnt work because the "jsessionid" cookie was not > > properly stored and therefore t

Re: Use of HTTP Cookie Manager

2006-01-12 Thread sebb
OK, so what does the Cookie Header look like? S. On 12/01/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: > Ok :-) > > ... delete "properly" > > -Raffo > > > 2006/1/12, sebb <[EMAIL PROTECTED]>: > > > > What do you mean by "not properly stored"? > > > > On 12/01/06, Raffaele Viola <[EMAIL PROTECTED]

Re: Use of HTTP Cookie Manager

2006-01-12 Thread Raffaele Viola
The sampler result of the first request contain these line - - - - - - - - - - - - - Load time: 11312 HTTP response code: 200 HTTP response message: OK HTTP response headers: HTTP/1.1 200 OK Set-Cookie: JSESSIONID=D0B7764F6416A7FF390826128958FA5B; Path=/ArcorTC Content-Type: text/html;charset=ISO-8

Re: Use of HTTP Cookie Manager

2006-01-12 Thread sebb
On 12/01/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: > The sampler result of the first request contain these line > - - - - - - - - - - - - - > Load time: 11312 > HTTP response code: 200 > HTTP response message: OK > HTTP response headers: > HTTP/1.1 200 OK > Set-Cookie: JSESSIONID=D0B7764F6416A7

Need help for HTTP Cookie Manager

2005-01-31 Thread Liao, Avian
Hi, Jmeter Users, I have test plan looks like the following, and when I run the test plan, the session that cookie manager maintain will looks like -Thread Group -cookie Manager -simple controller -http request1 >>> cookie 1

HTTP cookie manager and cross domain cookies

2009-03-10 Thread Asanov, Leo
Hi, It appears that HTTP cookie manager allows cross domain cookies, which is different to the behaviour of the browsers. I'm writing a test for an application, which is using Identity Management platform with cross domain single sign on. The chain of event is the following: 11

Re: HTTP cookie manager and cross domain cookies

2009-03-11 Thread sebb
On 11/03/2009, Asanov, Leo wrote: > > Hi, > > It appears that HTTP cookie manager allows cross domain cookies, which > is different to the behaviour of the browsers. I'm writing a test for an > application, which is using Identity Management platform with cross >

RE: HTTP cookie manager and cross domain cookies

2009-03-11 Thread Asanov, Leo
@gmail.com] Sent: Wednesday, 11 March 2009 11:53 PM To: JMeter Users List Subject: Re: HTTP cookie manager and cross domain cookies On 11/03/2009, Asanov, Leo wrote: > > Hi, > > It appears that HTTP cookie manager allows cross domain cookies, which > is different to the beh

Re: HTTP cookie manager and cross domain cookies

2009-03-12 Thread sebb
step 2. Thanks, that's a very clear description of what's happening. It looks like the code just extracts all the cookies and stores them, regardless of whether they are for the correct domain or not. This will be fixed for the next release - thanks for reporting the problem. > Cheers,

RE: HTTP cookie manager and cross domain cookies

2009-03-12 Thread Asanov, Leo
t: Re: HTTP cookie manager and cross domain cookies On 12/03/2009, Asanov, Leo wrote: > >What cookies are sent at step 1? > >What cookies are returned from step 1? > >What cookies are sent in step 2? > > > This is the behaviour I observe in JMe

Re: HTTP cookie manager and cross domain cookies

2009-03-13 Thread sebb
t; > -Original Message- > From: sebb [mailto:seb...@gmail.com] > > Sent: Friday, 13 March 2009 12:29 PM > To: JMeter Users List > Subject: Re: HTTP cookie manager and cross domain cookies > > On 12/03/2009, Asanov, Leo wrote: > > >What cookies are sent at ste

parameterised login creates problem with HTTP cookie manager

2009-06-11 Thread ankush jethi
Hello friends, Since we know using HTTP cookie manager lets jmeter use same session for all the threads. But we are supposed to parametrize our user login. When I do this my scripts dont execute at all. Perhaps the reason could be that since its a different user login for every request the same

Re: parameterised login creates problem with HTTP cookie manager

2009-06-11 Thread sebb
On 11/06/2009, ankush jethi wrote: > Hello friends, > Since we know using HTTP cookie manager lets jmeter use same session for all > the threads. Not true, unless you are using JMeter 2.3.1 which had a bug: http://wiki.apache.org/jakarta-jmeter/CookieManagerBugIn231 > But we are

Use of HTTP Cookie Manager and HTTP Proxy Server

2006-01-12 Thread Torsten . Frehe
Hi, I´m new on this list and my english isn´t al well as my german, but i try to ask. We installed Jmeter and we have two problems. First, we can´t make a testplan automaticly by using the HTTP-Proxy-Server. We don´t know how to include the HTTP-PROXY-SERVER correct. Second, the HTTP Cookie

JMeter: HTTP Cookie Manager - configuration problem with local variable

2006-02-21 Thread Gisela Kogler
Dear Jakarta JMeter Developer Group!   First of all - you did a good work so far!!! Thank you for this really, really useful stress-test-toolbox!   But now - why I am writing? Yes, of course: I have a big (for me not logical) problem: I can not add a cookie within the HTTP Cookie Manager

AW: Use of HTTP Cookie Manager and HTTP Proxy Server

2006-01-12 Thread Carsten Sensler
TECTED] > Gesendet: Freitag, 13. Januar 2006 08:33 > An: jmeter-user@jakarta.apache.org > Betreff: Use of HTTP Cookie Manager and HTTP Proxy Server > > Hi, > > I´m new on this list and my english isn´t al well as my german, but i try > to > ask. > > We instal

AW: Use of HTTP Cookie Manager and HTTP Proxy Server

2006-01-13 Thread Torsten . Frehe
Hi Carsten, We can´t use IE we have to use Firefox. In Firefox we have changed the proxy like JMETER-PROXY 8080 which we have written in the HTTP PROXY Server. The settings from the HTTP Proxy Server are: Name:JMETER-PROXY PORT:8080 All 4 checkboxes are enabled Target Controller: Web Grouping: Do

AW: Use of HTTP Cookie Manager and HTTP Proxy Server

2006-01-13 Thread Carsten Sensler
element. Try it. Carsten > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 13. Januar 2006 09:12 > An: jmeter-user@jakarta.apache.org > Betreff: AW: Use of HTTP Cookie Manager and HTTP Proxy Server > > Hi Carsten, &g

AW: Use of HTTP Cookie Manager and HTTP Proxy Server

2006-01-13 Thread Torsten . Frehe
to:[EMAIL PROTECTED] Gesendet: Freitag, 13. Januar 2006 09:18 An: 'JMeter Users List' Betreff: AW: Use of HTTP Cookie Manager and HTTP Proxy Server Hi! Are you behind a security proxy on your work? If so, you must start jmeter with the real proxy server settings. The settings for firefox are

Re: Use of HTTP Cookie Manager and HTTP Proxy Server

2006-01-13 Thread sebb
On 13/01/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi Carsten, > > We can´t use IE we have to use Firefox. In Firefox we have changed the proxy > like JMETER-PROXY 8080 which we have written in the HTTP PROXY Server. > The settings from the HTTP Proxy Server are: > Name:JMETER-PROXY Is th

Re: Use of HTTP Cookie Manager and HTTP Proxy Server

2006-01-19 Thread Raffaele Viola
Hi all, I don't need a proxy server that work on my pc ...but I need to use a proxy server that work in my LAN! What I can do? Thanks in advance!!! -Raffo 2006/1/13, sebb <[EMAIL PROTECTED]>: > > On 13/01/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi Carsten, > > > > We ca

AW: Use of HTTP Cookie Manager and HTTP Proxy Server

2006-01-19 Thread Torsten . Frehe
, 19. Januar 2006 12:23 An: JMeter Users List Betreff: Re: Use of HTTP Cookie Manager and HTTP Proxy Server Hi all, I don't need a proxy server that work on my pc ...but I need to use a proxy server that work in my LAN! What I can do? Thanks in advance!!! -

Re: JMeter: HTTP Cookie Manager - configuration problem with local variable

2006-02-21 Thread sebb
am writing? Yes, of course: I have a big (for me not logical) > problem: I can not add a cookie within the HTTP Cookie Manager manually which > has a dynamically value (this value is a local variable should be filled by > the outcome of a Regular Extractor Rule; see the structu

How to clear the cookie from the HTTP Cookie Manager after each iteration of a Loop Controller?

2006-03-06 Thread Shih-Chen Chiang
Hi All, Is there a way to clear the cookie from the HTTP Cookie Manager after each iteration of a Loop Controller? My test case includes one Loop Controller that has a HTTP Cookie Manager and two HTTP Requests as its children. I selected 'Clear cookies each iteration' in the H

Re: How to clear the cookie from the HTTP Cookie Manager after each iteration of a Loop Controller?

2006-03-06 Thread sebb
Are you sure that the server is not generating the same cookie? You should be able to see this in the Tree View. S. On 06/03/06, Shih-Chen Chiang <[EMAIL PROTECTED]> wrote: > Hi All, > > Is there a way to clear the cookie from the HTTP Cookie Manager after > each iteration of

RE: How to clear the cookie from the HTTP Cookie Manager after each iteration of a Loop Controller?

2006-03-06 Thread Shih-Chen Chiang
Results Tree. Thanks, Shirley -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Monday, March 06, 2006 11:28 AM To: JMeter Users List Subject: Re: How to clear the cookie from the HTTP Cookie Manager after each iteration of a Loop Controller? Are you sure that the server is

Re: How to clear the cookie from the HTTP Cookie Manager after each iteration of a Loop Controller?

2006-03-07 Thread sebb
quest part of View Results Tree. > > Thanks, > Shirley > > -Original Message- > From: sebb [mailto:[EMAIL PROTECTED] > Sent: Monday, March 06, 2006 11:28 AM > To: JMeter Users List > Subject: Re: How to clear the cookie from the HTTP Cookie Manager after > each iteration

RE: How to clear the cookie from the HTTP Cookie Manager after each iteration of a Loop Controller?

2006-03-07 Thread Shih-Chen Chiang
the cookie. Thanks, Shirley -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 07, 2006 12:48 PM To: JMeter Users List Subject: Re: How to clear the cookie from the HTTP Cookie Manager after each iteration of a Loop Controller? Works OK for me, using the

Re: How to clear the cookie from the HTTP Cookie Manager after each iteration of a Loop Controller?

2006-03-08 Thread sebb
ear the cookie. > > Thanks, > Shirley > > -Original Message- > From: sebb [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 07, 2006 12:48 PM > To: JMeter Users List > Subject: Re: How to clear the cookie from the HTTP Cookie Manager after > each iteration of a Lo