Re: cookie manager not working

2011-06-03 Thread Deepak Shetty
I guess my confusion arises because most of the text talks about restricting the scope of the cookies and the RFC only allows you to broaden the scope.In any case the workaround is more than sufficient for these cases regards deepak On Fri, Jun 3, 2011 at 1:05 PM, sebb wrote: > On 3 June 2011

Re: cookie manager not working

2011-06-03 Thread sebb
On 3 June 2011 20:36, Deepak Shetty wrote: > even www.wordpress.com does the same thing and it seems to work fine in FF > > *https://en.wordpress.com/wp-login.php* > POST /wp-login.php HTTP/1.1 > Set-Cookie: wordpress=VALUE; expires=Fri, 17-Jun-2011 19:32:09 GMT; * > path=/wp-admin;* domain=.wordp

Re: cookie manager not working

2011-06-03 Thread Deepak Shetty
even www.wordpress.com does the same thing and it seems to work fine in FF *https://en.wordpress.com/wp-login.php* POST /wp-login.php HTTP/1.1 Set-Cookie: wordpress=VALUE; expires=Fri, 17-Jun-2011 19:32:09 GMT; * path=/wp-admin;* domain=.wordpress.com; httponly the browser is at url "/" , the pos

Re: cookie manager not working

2011-06-03 Thread sebb
On 3 June 2011 04:27, Deepak Shetty wrote: > You are right , that is the problem . However im wondering what the right > behavior is > If I request "/testjmeter/wp-login.php" > Then arent these valid paths for set-cookie > / > /testjmeter > /testjmeter/wp-login.php > /testjmeter/child/  --> This i

Re: cookie manager not working

2011-06-03 Thread sebb
On 3 June 2011 05:01, Daniel Watrous wrote: > Thank You. > > This works wonderfully. It's exactly what I was hoping to be able to > accomplish. You all really went the extra mile to help me out. > > Can anyone tell me why my exclude definitions on the proxy didn't > exclude the files I expected?

Re: cookie manager not working

2011-06-02 Thread Deepak Shetty
>Can anyone tell me why my exclude definitions on the proxy didn't >exclude the files I expected? Sorry I dont see where this question is? Its probably best to start a new thread. On Thu, Jun 2, 2011 at 9:01 PM, Daniel Watrous wrote: > Thank You. > > This works wonderfully. It's exactly what I wa

Re: cookie manager not working

2011-06-02 Thread Daniel Watrous
Thank You. This works wonderfully. It's exactly what I was hoping to be able to accomplish. You all really went the extra mile to help me out. Can anyone tell me why my exclude definitions on the proxy didn't exclude the files I expected? Daniel On Thu, Jun 2, 2011 at 9:27 PM, Deepak Shetty wr

Re: cookie manager not working

2011-06-02 Thread Deepak Shetty
You are right , that is the problem . However im wondering what the right behavior is If I request "/testjmeter/wp-login.php" Then arent these valid paths for set-cookie / /testjmeter /testjmeter/wp-login.php /testjmeter/child/ --> This is the problematic one. I was under the impression this was a

Re: cookie manager not working

2011-06-02 Thread sebb
On 3 June 2011 02:48, sebb wrote: > On 3 June 2011 02:32, Deepak Shetty wrote: >> Ok i will . Visually the cookies look fine and one of them does get sent in >> the next request (the one without path and http only) > > When I try, I get several cookies rejected, e.g. with the message: > > (Illega

Re: cookie manager not working

2011-06-02 Thread sebb
On 3 June 2011 02:32, Deepak Shetty wrote: > Ok i will . Visually the cookies look fine and one of them does get sent in > the next request (the one without path and http only) When I try, I get several cookies rejected, e.g. with the message: (Illegal path attribute "/testjmeter/wp-admin". Path

Re: cookie manager not working

2011-06-02 Thread Deepak Shetty
Ok i will . Visually the cookies look fine and one of them does get sent in the next request (the one without path and http only) Daniel : see if http://cid-1bd02fe33f80b8ac.office.live.com/self.aspx/Public/jmeter/wordpress.jmxworks for you. I added the missing cookie programattically (various hard

Re: cookie manager not working

2011-06-02 Thread sebb
On 3 June 2011 02:10, Deepak Shetty wrote: > There seems to be a Jmeter Bug > > Login request gets the following as response > > Set-Cookie: wordpress_test_cookie=WP+Cookie+check; path=/testjmeter/ > Set-Cookie: > wordpress_44389825f27c6e6c84e4f25396df08b1=admin%7C1307235979%7Ca053ec10f70ffb4681ed

Re: cookie manager not working

2011-06-02 Thread Deepak Shetty
There seems to be a Jmeter Bug Login request gets the following as response Set-Cookie: wordpress_test_cookie=WP+Cookie+check; path=/testjmeter/ Set-Cookie: wordpress_44389825f27c6e6c84e4f25396df08b1=admin%7C1307235979%7Ca053ec10f70ffb4681edbea2e9c65bf1; path=/testjmeter/wp-content/plugins; httpo

Re: cookie manager not working

2011-06-02 Thread sebb
Yes; perhaps it is deliberately sending expired dates in order to delete the cookies. I have seen another server do this. >From some biref experiments with your test site, I suspect the login problem is nothing to do with expired cookies after all, but there is probably some other setting that is

Re: cookie manager not working

2011-06-02 Thread Deepak Shetty
Hi where are you seeing the invalid cookies(sorry havent seen your screencast). i tried with firefox to login I get *http://authnet.danielwatrous.com/testjmeter/wp-login.php* Set-Cookie: wordpress_test_cookie=WP+Cookie+check; path=/testjmeter/ Set-Cookie: wordpress_44389825f27c6e6c84e4f25396df08b

Re: cookie manager not working

2011-06-02 Thread Daniel Watrous
Did any of you notice that the Date of the request is accurate and so are some of the cookies? WordPress seems to deliberately send the login related cookies with the year old expiration. Others are fine. I mention this because there seems to be an idea that the server time is configured wrong. O

Re: cookie manager not working

2011-06-02 Thread sebb
On 2 June 2011 17:26, Bruce Ide wrote: >  > I think it's a bit premature to suggest that WordPress is broken. It >  > is used on tens of millions of sites and people are able to login fine >  >every day. > > Number of users is not a quality metric! Look at Windows... (Heh heh heh) > >> Well there'

Re: cookie manager not working

2011-06-02 Thread Bruce Ide
> I think it's a bit premature to suggest that WordPress is broken. It > is used on tens of millions of sites and people are able to login fine >every day. Number of users is not a quality metric! Look at Windows... (Heh heh heh) > Well there's your problem! > > That only affects the cookies t

Re: cookie manager not working

2011-06-02 Thread sebb
On 2 June 2011 16:35, Bruce Ide wrote: > Jmeter's doing the right thing. If you're testing wordpress, file a bug with > them and tell them to fix their thing. If you're running an application > server yourself, I'd suspect it's something wrong with your application > server config. I'm inclined t

Re: cookie manager not working

2011-06-02 Thread Daniel Watrous
I think it's a bit premature to suggest that WordPress is broken. It is used on tens of millions of sites and people are able to login fine every day. Is there a jobs board for jmeter where I could hire a guru to get my tests going? Daniel On Thu, Jun 2, 2011 at 9:35 AM, Bruce Ide wrote: > Jmet

Re: cookie manager not working

2011-06-02 Thread Bruce Ide
Jmeter's doing the right thing. If you're testing wordpress, file a bug with them and tell them to fix their thing. If you're running an application server yourself, I'd suspect it's something wrong with your application server config. You have the jmeter source, you could always change its behavi

Re: cookie manager not working

2011-06-02 Thread Daniel Watrous
I'm still struggling with this. I've made the following video that will hopefully give enough detail to help me along: http://www.screencast.com/t/Dafijet8P9VS I've also created a test site if that helps you troubleshoot this issue with me. http://authnet.danielwatrous.com/testjmeter/ username: ad

Re: cookie manager not working

2011-06-01 Thread sebb
On 2 June 2011 02:06, Daniel Watrous wrote: > I've discovered that the cookies sent back by wordpress have an > expires value one year before the date of the request. Browsers seem > to store this as a session cookie, but I'm not sure why. Is there some > way to tell the cookie manager to deal wit

Re: cookie manager not working

2011-06-01 Thread Daniel Watrous
I've discovered that the cookies sent back by wordpress have an expires value one year before the date of the request. Browsers seem to store this as a session cookie, but I'm not sure why. Is there some way to tell the cookie manager to deal with these cookies that have an expires value before rig

Re: cookie manager not working

2011-05-27 Thread sebb
On 27 May 2011 14:17, Daniel Watrous wrote: > I had actually tried that before mailing to the list. I just tried it > again with no change to whether cookies are sent or not. In that case, you'll need to enable debug logging for the Cookie Manager: select it and use the Menu item Help/Enable Deb

Re: cookie manager not working

2011-05-27 Thread Daniel Watrous
I had actually tried that before mailing to the list. I just tried it again with no change to whether cookies are sent or not. I can't find the log file, but here's my java version: C:\Program Files (x86)\Console2>java -version java version "1.6.0_20" Java(TM) SE Runtime Environment (build 1.6.0_

Re: cookie manager not working

2011-05-27 Thread sebb
On 27 May 2011 08:48, sebb wrote: > On 27 May 2011 06:47, Daniel Watrous wrote: >> 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

Re: cookie manager not working

2011-05-27 Thread sebb
On 27 May 2011 06:47, Daniel Watrous wrote: > 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 manag

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 jmeter. > > Im usi

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

RE: Cookie Manager

2009-06-18 Thread Stromas, Aaron (NIH/OD) [C]
ssage- From: Deepak Shetty [mailto:shet...@gmail.com] Sent: Thursday, June 18, 2009 11:58 AM To: JMeter Users List Subject: Re: Cookie Manager Hi the sample you have posted isnt the same as for the one in your earlier emails (here you already have a session and no login request , earlier you

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 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 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-17 Thread Deepak Shetty
r/viewGrantFolder.do?applID=$%7BapplID%7D&folderID=10> > > -Original Message- > From: Stromas, Aaron (NIH/OD) [C] > Sent: Wednesday, June 17, 2009 1:31 PM > To: 'JMeter Users List' > Subject: RE: Cookie Manager >

RE: Cookie Manager

2009-06-17 Thread Stromas, Aaron (NIH/OD) [C]
, 2009 1:31 PM To: 'JMeter Users List' Subject: RE: Cookie Manager 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.e34Pahu

RE: Cookie Manager

2009-06-17 Thread Stromas, Aaron (NIH/OD) [C]
because it is associated with a different URL. Is there a way to associate the returned cookie with /eraservices/grantfolde/viewGrantFolder.do? -a -Original Message- From: Noel O'Brien [mailto:nobr...@newbay.com] Sent: Wednesday, June 17, 2009 11:45 AM To: JMeter Users List Subject:

RE: Cookie Manager

2009-06-17 Thread Stromas, Aaron (NIH/OD) [C]
09 11:45 AM To: JMeter Users List Subject: Re: Cookie Manager 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) [

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 Cookie Manager to my h

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-04-30 Thread Himanshu Ghai
el: +91 44 6615 2684 > > -Original Message- > From: Prakash, Ranjitha [mailto:ranjitha.prak...@aig.com] > Sent: Thursday, April 30, 2009 6:14 PM > To: JMeter Users List > Subject: RE: Cookie Manager > > The recorded request header is the same as the browser request h

RE: Cookie Manager

2009-04-30 Thread Kannan, Sengamalam
lease help us to solve this. Thanks & Regards Sengamalam Kannan Testing CoE Mobile: +91 99529 67005 Tel: +91 44 6615 2684 -Original Message- From: Prakash, Ranjitha [mailto:ranjitha.prak...@aig.com] Sent: Thursday, April 30, 2009 6:14 PM To: JMeter Users List Subject: RE: Cookie Manager

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 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 sebb
2735 > It is easy to sit up and take notice. What is difficult is getting up and > taking action > > > -Original Message- > From: sebb [mailto:seb...@gmail.com] > Sent: Thursday, April 30, 2009 4:31 PM > To: JMeter Users List > Subject: Re: Cookie Manager >

RE: Cookie Manager

2009-04-30 Thread Prakash, Ranjitha
o:seb...@gmail.com] Sent: Thursday, April 30, 2009 4:31 PM To: JMeter Users List Subject: Re: Cookie Manager 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

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 test, I am getting t

Re: Cookie Manager with Include Controller

2009-04-20 Thread sebb
On 20/04/2009, drubix wrote: > > 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 tha

Re: Cookie Manager -- JSESSIONID reused

2008-05-06 Thread sebb
2008/5/6 Jason Frank <[EMAIL PROTECTED]>: > 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 recogni

Re: Cookie manager

2007-10-04 Thread Richard Hubbell
--- sebb <[EMAIL PROTECTED]> wrote: > > Works fine for me. Hate when that happens. I loaded a jmx created in an earlier version of Jmeter and the cookie policy can be changed no problem. Not sure if this a clue to my problem. I will try re-creating the jmx and see if that fixes things. > > >

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 the jmx > by hand to change it,

Re: Cookie Manager / View Results Tree

2006-10-04 Thread James Wuerflein
yes, sorry, failed to mention I do have a User-Agent string in there as well in the HTTP Header Manager. Great, thanks for the heads up on the http proxy server. >>> [EMAIL PROTECTED] 10/04 3:38 PM >>> James Wuerflein wrote: > Are there any issues with the Cookie Manager in Jmeter 2.2 ?

Re: Cookie Manager / View Results Tree

2006-10-04 Thread Rinke Heida
James Wuerflein wrote: Are there any issues with the Cookie Manager in Jmeter 2.2 ? I can run the same HTTP commands in Internet Explorer, Netscape, Firefox and it works fine, but when I try and create a script to do the same thing, it doesn't seem to work at all. I just have a single Threa

Re: Cookie Manager not working with HTTPS

2006-04-18 Thread sebb
ge- > > From: Amit Kulkarni [mailto:[EMAIL PROTECTED] > > Sent: Monday, April 17, 2006 9:16 AM > > To: JMeter Users List > > Subject: Re: Cookie Manager not working with HTTPS > > > > If you set "Clear cookies each iteration = TRUE" under HTTP Coo

Re: Cookie Manager not working with HTTPS

2006-04-18 Thread Amit Kulkarni
nt: Monday, April 17, 2006 9:16 AM > To: JMeter Users List > Subject: Re: Cookie Manager not working with HTTPS > > If you set "Clear cookies each iteration = TRUE" under HTTP Cookie > Manager > then it will delete the cookies when it passes to the next page. > &g

RE: Cookie Manager not working with HTTPS

2006-04-17 Thread Edward Patterson
Yes, this is unchecked by default. -Original Message- From: Amit Kulkarni [mailto:[EMAIL PROTECTED] Sent: Monday, April 17, 2006 9:16 AM To: JMeter Users List Subject: Re: Cookie Manager not working with HTTPS If you set "Clear cookies each iteration = TRUE" under HTTP Cook

Re: Cookie Manager not working with HTTPS

2006-04-17 Thread Amit Kulkarni
If you set "Clear cookies each iteration = TRUE" under HTTP Cookie Manager then it will delete the cookies when it passes to the next page. Amit On 4/15/06, Edward Patterson <[EMAIL PROTECTED]> wrote: > > I am trying to test a web application using HTTPS on JMeter. I am using > JMeter 2-1.200601

Re: cookie manager on 2.0.3 vs. 2.1.1

2006-01-25 Thread sebb
Turns out the problem was caused by a stack overflow. This disappeared when "Retrieve Embedded Resources" was unchecked. HtmlParser code is suspected, but we have been unable to pin it down... S. On 24/01/06, sebb <[EMAIL PROTECTED]> wrote: > On 23/01/06, Stephanie Fuller <[EMAIL PROTECTED]> wro

Re: cookie manager on 2.0.3 vs. 2.1.1

2006-01-24 Thread sebb
On 23/01/06, Stephanie Fuller <[EMAIL PROTECTED]> wrote: > I have 2.0.3 test plan that logs into my web application and uses an HTTP > Request to execute a jsp file to display an image in my application's file > system. > When I run that test plan under JMeter 2.1.1, I can't get any of the files >

Re: cookie manager

2005-10-18 Thread sebb
ion date is in the past? > > 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 Lis

RE: cookie manager

2005-10-18 Thread Maness, Marty
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 "java.lang.NoSuchMethodError" reported from HTTPSampler. Unf

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 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
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 cookie is surely not > valid? > > I think there were some changes

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
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
I don't think so. HTTP Request cookies don't include the expiration date - it's only the server response Set-Cookie header that includes them. It is up to the client cookie handler to deal with expiration dates and either add the cookie to the request or not, as the case may be. S. On 18/10/05,

Re: cookie manager

2005-10-18 Thread Peter Lin
hmm... if the expiration date is in the past, (ie older than today ) that could be the cause. AFAIK, the httpsampler just sets the header, so it could be Sun's httpconnection class handles it that way. peter On 10/18/05, Maness, Marty <[EMAIL PROTECTED]> wrote: > > I'm still having trouble with

Re: cookie manager

2005-10-18 Thread sebb
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 to fix cookie date handling. However, JMeter should not just stop. Any messages in jmeter.log? or the console window? What happens with JMeter 2.0.3? I'd expect it to behave li

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 Manag

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 HTTP Cookie Manager >

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 rememb

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: un=${uname-cookie}; wosid=lI3iPzwi;

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 un cookie that I hav

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]> wrote: > He

RE Cookie Manager Session Issue

2005-03-12 Thread kroberts
Thanks for the tip. I checked out all the javascript and didn't see any issue with the session. I also got better and determining the result of a request from a view results tree and found that the login attempt was failing. I fixed this and now it works. I assumed those accounts were good sinc

Re: RE Cookie Manager Session Issue

2005-03-11 Thread sebb
Is there any Javascript on the pages? JMeter does not process these, so if the session relies on some automatic invocation of Javascript (e.g. as part of the page loading process), then you will need to add the necessary something, e.g another HTTPSampler to do what the Javascript would have done.

RE Cookie Manager Session Issue

2005-03-10 Thread kroberts
I am having a problem with my application managing HttpSession state when ran from JMeter. The application is designed to create an HttpSession instance upon the initial request and subsequent requests get the session reference by calling request.getSession(). This application works fine when r

RE: Cookie Manager

2003-04-04 Thread Jurkiewicz, Robert
Leave it empty unless you want to set some Value in the session. Please describe your problem in detail. For now I don't know where is your problem Cheers, Robert -Original Message- From: Renee Dunn [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 6:23 PM To: jmeter-user Subject

Re: Cookie Manager

2003-04-03 Thread Mike Stover
There is nothing complicated about the CookieManager that requires more explanation. If you're having a problem, it is likely related to something else. -Mike On 3 Apr 2003 at 12:23, Renee Dunn wrote: > Is there any manuals/documentation/articles other than what is listed > at http://jakarta

RE: Cookie Manager & Struts?

2002-01-14 Thread Dmitri G. Chtchekine
If URL' file name changes from page to page then CookieManager will not add SOME cookies to the Response. E.g. : page 1: http://www.a.com/servlets/XXX/page1 page 2: http://www.a.com/servlets/YYY/page2 cookies in with cookie.getPath() containing XXX will not be added to Response for page2. This is

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 Manager & Struts? N

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 use the cookie mana