Cookie Manager

2009-04-30 Thread Prakash, Ranjitha
Hi All, I am trying to do load test for a web page. I have enabled the cookie manager and all other required setup properly. But Still while doing the load test, I am getting the following error message "You must have cookies enabled in order to sign in to your application. R

Cookie Manager

2009-06-17 Thread Stromas, Aaron (NIH/OD) [C]
Hello again, I have added a Cookie Manager to my hand coded test plan. The first response sets a cookie: Set-Cookie: JSESSIONID= but the next request has no cookies ([no cookies] under the Response data tab. What am I doing wrong? TIA -a

Cookie manager

2007-10-03 Thread Richard Hubbell
Couple of things with the cookie manager. I'm using Jmeter 2.3. The cookie manager defaults to Cookie policy rfc2109, if I change it, it switches back to rfc2109 and there's no way other than editing the jmx by hand to change it, the gui, switches back to rfc2109. A minor problem. Ma

Cookie manager

2005-07-05 Thread Bronagh McElduff
Hi, I have added a cookie manager to my test plan as per the instructions below: To add the HTTP Cookie Manager <http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Cookie_Manager> , simply select the Thread Group <http://jakarta.apache.org/jmeter/u

cookie manager

2005-10-18 Thread Maness, Marty
I'm still having trouble with cookie manager on the new version of apache 2.1.1. The cookie manager on 2.0.0 works fine for me. A couple things to note - the expiration date of the cookie sent by the server has an expiration date in the past. Could this be the issue? Jmeter just stops, a

Cookie Manager

2003-04-03 Thread Renee Dunn
Is there any manuals/documentation/articles other than what is listed at http://jakarta.apache.org/jmeter/ that explains in more detail how to use the cookie manager, both to accept and to manually add existing cookies. I have not been able to get this to work sucessfully yet. Thanks

Cookie Manager

2004-06-28 Thread Krishna Satya
Hi I am trying to test a web application with JMeter. I have added a Cookie Manager to my ThreadGroup and can see the expected behavior of JMeter handing cookies. There are parts of the web application where client-side javascript is invoked to create cookies. In order to simulate this I added

Cookie Manager

2004-06-29 Thread Krishna Satya
Hi I have modified my previous posting below to better describe my test scenario. My apologies for posting twice. Thanks. I am trying to test a web application with JMeter. I have added a Cookie Manager to my ThreadGroup and can see the expected behavior of JMeter handing cookies. There are

Re: Cookie Manager

2009-04-30 Thread sebb
http://wiki.apache.org/jakarta-jmeter/DifferentBehaviour On 30/04/2009, Prakash, Ranjitha wrote: > Hi All, > > I am trying to do load test for a web page. I have enabled the > cookie manager and all other required setup properly. But Still while doing > the load tes

Re: Cookie Manager

2009-04-30 Thread sebb
> we have also ncluded Cookie Manager. > > Response headers: > HTTP/1.1 200 OK > Date: Thu, 30 Apr 2009 11:25:04 GMT > Server: WebLogic WebLogic Temporary patch 2 for PeopleSoft 04/30/2002 > 09:54:21 > Content-Encoding: gzip > Content-Length: 1853 > Content-

RE: Cookie Manager

2009-04-30 Thread Prakash, Ranjitha
-Original Message- From: sebb [mailto:seb...@gmail.com] Sent: Thursday, April 30, 2009 5:40 PM To: JMeter Users List Subject: Re: Cookie Manager What about the Requests? And how do these differ from the requests made by a browser? On 30/04/2009, Prakash, Ranjitha wrote: > These are

RE: Cookie Manager

2009-04-30 Thread Prakash, Ranjitha
These are the recorded script response headers in JMeter. But when we run the script Response Headers doesn't have the PS_TOKEN, PS_LOGIN etc. Note that we have also ncluded Cookie Manager. Response headers: HTTP/1.1 200 OK Date: Thu, 30 Apr 2009 11:25:04 GMT Server: WebLogic Web

RE: Cookie Manager

2009-04-30 Thread Prakash, Ranjitha
[mailto:ranjitha.prak...@aig.com] Sent: Thursday, April 30, 2009 5:51 PM To: JMeter Users List Subject: RE: Cookie Manager Given below is the request header Request Headers: Connection: keep-alive Host: 10.46.188.36:8080 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1) Accept

RE: Cookie Manager

2009-04-30 Thread Kannan, Sengamalam
N and PS_LOGIN cookie parameter and only the PSJSESSIONID is present. We don't know how to solve this as we have also added Cookie Manager and tried with all the policy options available there (ex: compatibility, rfc.., default, etc) but nothing worked. Do we need to configure something else? P

Re: Cookie Manager

2009-04-30 Thread Himanshu Ghai
st and response headers > are same as the browser's. > > But when we run the script, headers doent have the PS_TOKEN and PS_LOGIN > cookie parameter and only the PSJSESSIONID is present. > > We don't know how to solve this as we have also added Cookie Manager and > tri

RE: Cookie Manager

2009-05-03 Thread Kannan, Sengamalam
y 01, 2009 4:26 AM To: JMeter Users List Subject: Re: Cookie Manager Look at the requests which set the cookie in response headers. If you have automatic redirects, i am not sure but i faintly remember you might need to redirect yourself to set cookies in jmeter. First step is to find the requests w

Re: Cookie Manager

2009-06-17 Thread Noel O'Brien
Whereabouts in the test plan have you added the Cookie Manager? See http://jakarta.apache.org/jmeter/usermanual/build-web-test-plan.html#adding_cookie_support for more info. Regards, Noel - "Aaron Stromas (NIH/OD) [C]" wrote: > Hello again, > > I have added a C

RE: Cookie Manager

2009-06-17 Thread Stromas, Aaron (NIH/OD) [C]
I added it to the Thread Group. Under the thread group I have Login Config Element, CSV Data Set Config and HTTP Cookie Manager, HTTP Request Defaults followed by two HTTP Requests. -a -Original Message- From: Noel O'Brien [mailto:nobr...@newbay.com] Sent: Wednesday, June 17, 20

RE: Cookie Manager

2009-06-17 Thread Stromas, Aaron (NIH/OD) [C]
Hello again! I have turned on debugging for the Cookie Manager: 2009/06/17 13:19:41 DEBUG - jmeter.protocol.http.control.CookieManager: Received Cookie: JSESSIONID=9c28ee1630d5e880e94040eb42d49fb8bf6210325a77.e34PahuKc3eKby0QaxyMbNmRbNn0n6jAmljGr5XDqQLvpAe; path=/auth From: http://webappdev4

RE: Cookie Manager

2009-06-17 Thread Stromas, Aaron (NIH/OD) [C]
Greetings again! The log shows that the cookie returned by the Oracle SSO server isn't stored by the Cookie Manager, which is a big problem. A show stopper, in fact. Can anyone help me with this? Here is what the log shows: 2009/06/17 14:44:08 DEBUG - jmeter.protocol.http.control.CookieMa

Re: Cookie Manager

2009-06-17 Thread Deepak Shetty
ings again! > > The log shows that the cookie returned by the Oracle SSO server isn't > stored by the Cookie Manager, which is a big problem. A show stopper, in > fact. Can anyone help me with this? Here is what the log shows: > > 2009/06/17 14:44:08 DEBUG - jmeter.protocol.htt

RE: Cookie Manager

2009-06-18 Thread Stromas, Aaron (NIH/OD) [C]
t=15, max=100 Connection: Keep-Alive Transfer-Encoding: chunked Content-Type: text/html -Original Message- From: Deepak Shetty [mailto:shet...@gmail.com] Sent: Wednesday, June 17, 2009 3:37 PM To: JMeter Users List Subject: Re: Cookie Manager Hi this is correct behavior, you cant specify a diffe

Re: Cookie Manager

2009-06-18 Thread Deepak Shetty
; Keep-Alive: timeout=15, max=100 > Connection: Keep-Alive > Transfer-Encoding: chunked > Content-Type: text/html > > > -Original Message- > From: Deepak Shetty [mailto:shet...@gmail.com] > Sent: Wednesday, June 17, 2009 3:37 PM > To: JMeter Users List > Subject: R

Re: Cookie Manager

2009-06-18 Thread sebb
6BAB381F330BA%0ASet-Cookie>: > > > JSESSIONID=9c28ee1630d6c16635be49ee9029b88b9f91b59c.e3yLaxaTbx0Qe34KaxaSbxyLaNz0n6jAmljGr5XDqQLvpAe; > > path=/eraservices > > Cache-Control: private > > Osso-Paranoid: false > > Keep-Alive: timeout=15, max=100 > > Connection: Keep-Alive

RE: Cookie Manager

2009-06-18 Thread Stromas, Aaron (NIH/OD) [C]
Yes, livehttpheaders helps a great deal. Firebug did not show all the requests, so I wasn't coding the test plan correctly. There are several redirections (3XX) that livehttpheaders captured, but the Firebug did show. You are correct, the Cookie Manager works fine. -a -Original Me

RE: Cookie Manager

2009-06-18 Thread Stromas, Aaron (NIH/OD) [C]
Yes, I realized that was what was happening AFTER I posted. -a -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: Thursday, June 18, 2009 12:02 PM To: JMeter Users List Subject: Re: Cookie Manager Also make sure that the browser does not already have a cookie from an

JMeter Cookie Manager

2009-11-18 Thread Chester Chee
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

Re: Cookie manager

2007-10-04 Thread sebb
On 04/10/2007, Richard Hubbell <[EMAIL PROTECTED]> wrote: > Couple of things with the cookie manager. I'm using > Jmeter 2.3. The cookie manager defaults to Cookie > policy rfc2109, if I change it, it switches back to > rfc2109 and there's no way other than editing th

Re: Cookie manager

2007-10-04 Thread Richard Hubbell
fixes things. > > > The other problem is more important. The cookie > > manager doesn't seem to work. I've changed it's > scope > > but still doesn't work. > > It works fine for me with the default policy and > with rfc2109. > > I just tried

Cookie Manager Question

2005-04-12 Thread Jennifer Ward
wosid= jGhVyqhtLM7s I've defined my test plan with the following User Parameters: Then, a header manager that defines the Cookie header using my static cookie: Then, my cookie manager explicitly stores that cookie: This works fine for the first request, but the second request is missing

Cookie Manager Question

2005-04-12 Thread Jennifer Ward
hat defines the Cookie header using my static cookie: Cookie ${uname-cookie} Then, my cookie manager explicitly stores that cookie: un ${uname-cookie} This works fine for the first request, but the second request is missing my un cookie. Any suggestions would b

Cookie Manager Question

2005-05-17 Thread Chad La Joie
I'm using JMeter 2.0.3 on JDK 1.5 and I'm running in to unexpected behavior from the cookie manager. I have a very simple test plan. Go to home page, login, go to a restricted (i.e. you need to be logged in) form. Log in is done just by posting a user id and password with a session co

Re: Cookie manager

2005-07-05 Thread sebb
The cookies don't appear in the Manager GUI, but they should be sent to the server if they match. S. On 7/5/05, Bronagh McElduff <[EMAIL PROTECTED]> wrote: > Hi, > > I have added a cookie manager to my test plan as per the instructions below: > > To add the H

Re: Cookie manager

2005-07-05 Thread Bronagh McElduff
Thanks :-) sebb wrote: The cookies don't appear in the Manager GUI, but they should be sent to the server if they match. S. On 7/5/05, Bronagh McElduff <[EMAIL PROTECTED]> wrote: Hi, I have added a cookie manager to my test plan as per the instructions below: To add the

HTTP Cookie Manager

2005-09-28 Thread DharaniLakshmi Govindan
ate a event. I couldn't accomplish this when I played back. Create and Delete event used the Cookie's information to create and delete. How do I include the cookie information whenever I send the request? I've added the Cookie Manager but it didn't help me. Can someone please

Re: cookie manager

2005-10-18 Thread sebb
ehave like 2.1.1 for Cookies. S. On 18/10/05, Maness, Marty <[EMAIL PROTECTED]> wrote: > I'm still having trouble with cookie manager on the new version of > apache 2.1.1. The cookie manager on 2.0.0 works fine for me. A couple > things to note - the expiration date of the

Re: cookie manager

2005-10-18 Thread Peter Lin
ll having trouble with cookie manager on the new version of > apache 2.1.1. The cookie manager on 2.0.0 works fine for me. A couple > things to note - the expiration date of the cookie sent by the server > has an expiration date in the past. Could this be the issue? Jmeter > just s

Re: cookie manager

2005-10-18 Thread sebb
> > > On 10/18/05, Maness, Marty <[EMAIL PROTECTED]> wrote: > > > > I'm still having trouble with cookie manager on the new version of > > apache 2.1.1. The cookie manager on 2.0.0 works fine for me. A couple > > things to note - the expiration date of th

RE: cookie manager

2005-10-18 Thread Maness, Marty
me results as 2.1.1 Marty Maness Project Manager - DoIT Phone: 402-280-3931 Creighton University -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 9:21 AM To: JMeter Users List Subject: Re: cookie manager If the expiration date is in the past, then the

Re: cookie manager

2005-10-18 Thread sebb
--- > From: sebb [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 18, 2005 9:21 AM > To: JMeter Users List > Subject: Re: cookie manager > > If the expiration date is in the past, then the cookie is surely not > valid? > > I think there were some changes since 2.0.0

RE: cookie manager

2005-10-18 Thread Maness, Marty
: cookie manager Can you perhaps send me jmeter.log from a run that just stops? S. On 18/10/05, Maness, Marty <[EMAIL PROTECTED]> wrote: > I do not get any error messages. It just stops. What's interesting is > the application is a third party application - so I don't have a

Re: cookie manager

2005-10-18 Thread sebb
> Sent: Tuesday, October 18, 2005 9:30 AM > To: JMeter Users List > Subject: Re: cookie manager > > Can you perhaps send me jmeter.log from a run that just stops? > > S. > On 18/10/05, Maness, Marty <[EMAIL PROTECTED]> wrote: > > I do not get any error messa

RE: cookie manager

2005-10-18 Thread Maness, Marty
Thanks, will give this a try and let you know. Marty Maness Project Manager - DoIT Phone: 402-280-3931 Creighton University -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 9:55 AM To: JMeter Users List Subject: Re: cookie manager The error is

RE: cookie manager

2005-10-18 Thread Maness, Marty
I downloaded and installed 1.4.2 and Jmeter is now running through the whole test correctly(not just stopping). Still having a problem with the cookie manager though, in the response headers the cookie value for sessid is not being populated, the expiration date is in the past? Marty Maness

Re: cookie manager

2005-10-18 Thread sebb
AIL PROTECTED]> wrote: > I downloaded and installed 1.4.2 and Jmeter is now running through the > whole test correctly(not just stopping). Still having a problem with > the cookie manager though, in the response headers the cookie value for > sessid is not being populated, the expirat

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

Cookie Manager & Struts?

2002-01-11 Thread Roland Chan
Not 100% on how to correctly use the cookie manager, could someone please give an example of how to use this correctly. I have a struts application for which I created a thread group, added the cookie manager, and web test samples all beneath a simple controller. The test simulates a login, and

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

Re: Cookie Manager

2003-04-03 Thread Mike Stover
t; at http://jakarta.apache.org/jmeter/ that explains in more detail how > to use the cookie manager, both to accept and to manually add existing > cookies. I have not been able to get this to work sucessfully yet. > > Thanks > > > --

RE: Cookie Manager

2003-04-04 Thread Jurkiewicz, Robert
-user Subject: Cookie Manager Is there any manuals/documentation/articles other than what is listed at http://jakarta.apache.org/jmeter/ that explains in more detail how to use the cookie manager, both to accept and to manually add existing cookies. I have not been able to get this to work sucess

Cookie Manager woes

2010-05-13 Thread jacobd
Hey everyone. Im having trouble with using the cookie manager jmeter. Im using jmeter 2.3.4 When I setup up the cookie manager in my thread group I cant seem to send any cookies even with setting one manually. As well as not setting any manually when I look at the request in the tree view it

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

Re: JMeter Cookie Manager

2009-11-18 Thread Deepak Shetty
>It seems jmeter http cookie manager only keep one cookie per domain. Not true. What do the two set-cookies look like? Note that there are domain and path parameters that can be set which influence whether or not jmeter will send the cookie with the request regards deepak On Wed, Nov 18, 2009

Re: JMeter Cookie Manager

2009-11-18 Thread cchee
Both have the same domain and path, but different url and name. For example, SID (session id) from url /cgi-bin/login XX_AT (authentication token) from url /cgi-bin/pin Deepak Shetty wrote: > >>It seems jmeter http cookie manager only keep one cookie per domain. > Not true. >

Re: JMeter Cookie Manager

2009-11-18 Thread Deepak Shetty
h have the same domain and path, but different url and name. For > example, > SID (session id) from url /cgi-bin/login > XX_AT (authentication token) from url /cgi-bin/pin > > > Deepak Shetty wrote: > > > >>It seems jmeter http cookie manager only keep one cookie per

Re: JMeter Cookie Manager

2009-11-30 Thread cchee
;> >> Both have the same domain and path, but different url and name. For >> example, >> SID (session id) from url /cgi-bin/login >> XX_AT (authentication token) from url /cgi-bin/pin >> >> >> Deepak Shetty wrote: >> > >> >>It seems

Re: JMeter Cookie Manager

2009-12-01 Thread Deepak Shetty
Hi you have to compare your browser with Jmeter's view response tree , a. Did you use redirect automatically? in which case change this to follow redirects. b. Try changing the Cookie Manager policy to see if there is any difference regards deepak On Mon, Nov 30, 2009 at 5:21 PM, cchee

Baffled with cookie manager

2007-03-13 Thread robert lazarski
read group, and to that added the following: 2) Added a cookie manager. 3) Added a results tree. 4) Added an http request with all the right params to login, seems to work as I can see a cookie returned and debugging on the server shows all is ok. However, the cookie manager shows no cookies! So

Sharing a cookie manager

2007-12-27 Thread Ilya Sterin
Is there a way to share a cookie manager across threads? I can see that manually created cookies are shared across all threads, but my use case requires my initial thread to instantiate a session and then subsequent threads to execute concurrent requests. I cannot establish sessions in each

Odd Cookie Manager behavior

2008-04-14 Thread Peter Guarnieri
Hey All, I was wondering if anyone could offer some advice on how to deal with an odd issue I'm seeing with my Jmeter test. It's a simple test that logs into a webapp, and it looks roughly like this: Thread group | -HTTPCookieManager -Simple Controller | --Login (HTTP Request that posts the use

Cookie Manager -- JSESSIONID reused

2008-05-06 Thread Jason Frank
I am using JMeter 2.3.1 to test a java (Tomcat) web application. My test involves a login, followed by an action that requires the user to be logged in. I use an HTTP Cookie Manager in the Thread Group so that the second request will be recognized as "logged in", due to the JSESSIO

Re: Cookie Manager Question

2005-04-12 Thread sebb
Have you got more than one cookie manager in the test plan? If so, you need to make sure that they are not both in scope at the same time, as only one will be actioned. You can do this by adding each as a child of the relevant sampler. S. On 4/12/05, Jennifer Ward <[EMAIL PROTECTED]>

Re: Cookie Manager Question

2005-04-12 Thread Jennifer Ward
No, there is only one cookie manager in my test plan. The strange thing is that if I deselect "Clear cookies each iteration" then I end up with the following cookie for my second request: Cookie: un=${uname-cookie}; wosid=lI3iPzwi; woinst=3; un=123456; So, it's picking up the u

Re: Cookie Manager Question

2005-04-12 Thread sebb
On 4/13/05, Jennifer Ward <[EMAIL PROTECTED]> wrote: > No, there is only one cookie manager in my test plan. > > The strange thing is that if I deselect "Clear cookies each iteration" > then I end up with the following cookie for my second request: > > Cookie:

Re: Cookie Manager Question

2005-05-18 Thread sebb
Test plan looks fine. A few suggestions: Any messages in jmeter.log? The most likely problem is that the cookie manager (CM) is somehow not finding a match for the cookie domain. Or the cookie is not being passed to the CM. You could try enabling debug logging for the CM, but as far as I

troubles with cookie manager

2005-10-12 Thread Maness, Marty
I seem to be having problems with the cookie manager. In jmeter version 2.1.1, my test scenario just stops after the login screen. It won't execute the rest of the http requests in my test plan. If I disable cookie manager, it will execute all the http requests. In jmeter version 1.9

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
Which version of JMeter? Might be worth trying the current nightly... It could be that the Set-Cookie path does not match the URL. If you select the cookie manager, you can use the Help menu to enable debug. However, the debug is somewhat cryptic... S. On 08/11/06, Robert Spielmann <[EM

RE: Cookie Manager & Struts?

2002-01-11 Thread Roland Chan
Small correction to my previous post, my cookie manager is at the thread group level. -Original Message- From: Roland Chan [mailto:[EMAIL PROTECTED]] Sent: January 11, 2002 3:47 PM To: 'JMeter Users List' Subject: Cookie Manager & Struts? Not 100% on how to correctly

RE: Cookie Manager & Struts?

2002-01-11 Thread Alex Colic
If you figure out how to do this please forward the info to me. I am trying to do the same thing and I have been unsuccessful. Alex -Original Message- From: Roland Chan [mailto:[EMAIL PROTECTED]] Sent: January 11, 2002 3:47 PM To: 'JMeter Users List' Subject: Cookie Manage

RE: Cookie Manager & Struts?

2002-01-14 Thread Dmitri G. Chtchekine
ease forward the info to me. I am trying > to do the same thing and I have been unsuccessful. > > Alex > > -Original Message- > From: Roland Chan [mailto:[EMAIL PROTECTED]] > Sent: January 11, 2002 3:47 PM > To: 'JMeter Users List' > Subject: Cookie

Cookie Manager Session Issue

2005-03-09 Thread kroberts
I'm a newbie to jmeter and am using version 2.0.2 right out of the box. I've added a CookieManager to manage session state. When I run with just one user, the reference to the session does not persist. When I run with 2 users, everything is handled nicely. This seems like a bug to me. ---

Re: Cookie Manager woes

2010-05-13 Thread Deepak Shetty
possibly you havent specified the data correctly in the Cookie Manager e.g. domain should be blah.com (exactly) path should be / or /blah secure should be blank On Thu, May 13, 2010 at 7:39 AM, jacobd wrote: > > Hey everyone. > > Im having trouble with using the cookie manager jm

cookie manager not working

2011-05-26 Thread Daniel Watrous
Hello, I've been trying to setup a jmeter program to test a wordpress plugin. However, I can't get the login to work. It appears to be sending the cookies back correctly when the login is sent, but they don't get picked up by the cookie manager. I've been searching for a

Cookie Manager with Include Controller

2009-04-19 Thread drubix
Hi, I have a test plan that includes 4 elements: * HTTP Cookie Manager * Login request * Request to secure page * Logout request This works perfectly. Now, I want to encapsulate the login and logout requests into separate jmx files so that they can be included in multiple different test plans

Re: Baffled with cookie manager

2007-03-13 Thread sebb
The Cookie Manager does not show the cookies; only manually added cookies appear on the screen. On 13/03/07, robert lazarski <[EMAIL PROTECTED]> wrote: Hi all, I'm using JMeter again after a few years. I picked up my old test plan and am running 2.2 . For the life of me I can'

Re: Baffled with cookie manager

2007-03-13 Thread robert lazarski
Ahh, thanks. Is it true that manually added cookies should be sent to the server? Any guess on why they don't seem to be sent by my config as I tried to explain it ? Robert On 3/13/07, sebb <[EMAIL PROTECTED]> wrote: The Cookie Manager does not show the cookies; only manually ad

Re: Baffled with cookie manager

2007-03-13 Thread sebb
ki <[EMAIL PROTECTED]> wrote: Ahh, thanks. Is it true that manually added cookies should be sent to the server? Any guess on why they don't seem to be sent by my config as I tried to explain it ? Robert On 3/13/07, sebb <[EMAIL PROTECTED]> wrote: > The Cookie Manager does not s

Re: Baffled with cookie manager

2007-03-14 Thread robert lazarski
I'm now trying to use the cookie manager to do the management for me, ie, not set the cookie manually. Here's what's confusing me: In the app run from a browser, firefox live headers shows that the splash page sets a cookie. The login passes the same cookie, Doing this with Jmeter

Re: Baffled with cookie manager

2007-03-14 Thread sebb
On 14/03/07, robert lazarski <[EMAIL PROTECTED]> wrote: I'm now trying to use the cookie manager to do the management for me, ie, not set the cookie manually. Here's what's confusing me: In the app run from a browser, firefox live headers shows that the splash page set

Re: Baffled with cookie manager

2007-03-14 Thread robert lazarski
On 3/14/07, sebb <[EMAIL PROTECTED]> wrote: On 14/03/07, robert lazarski <[EMAIL PROTECTED]> wrote: > I'm now trying to use the cookie manager to do the management for me, > ie, not set the cookie manually. Here's what's confusing me: > > In the app run fro

Re: Baffled with cookie manager

2007-03-14 Thread sebb
On 14/03/07, robert lazarski <[EMAIL PROTECTED]> wrote: On 3/14/07, sebb <[EMAIL PROTECTED]> wrote: > On 14/03/07, robert lazarski <[EMAIL PROTECTED]> wrote: > > I'm now trying to use the cookie manager to do the management for me, > > ie, not set the cooki

Re: Baffled with cookie manager

2007-03-17 Thread robert lazarski
mp;isc_clientVersion=5.6b2&iscTNum=0;jsessionid=2434FB90D8E1983245436D0C517898BF but the authentication does not acknowledge the cookie. I cannot get the cookie manager to pass this cookie manually or automatically as done with ;jsession to indicate previous authentication to either the login

  1   2   3   >