Use of HTTP Cookie Manager

2006-01-11 Thread Raffaele Viola
Hi all, I'm testing a web site that uses cookies to store session information. 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 that particular web site." I tried

Re: Use of HTTP Cookie Manager

2006-01-11 Thread sebb
Sample Plan Test Plan + Cookie Manager + HTTP Sampler 1 + HTTP Sampler 2 ... + Listener On 11/01/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: > Hi all, > I'm testing a web site that uses cookies to store session information. > > The user manual says : > > "If you have an HTTP Request and the re

Re: Use of HTTP Cookie Manager

2006-01-11 Thread Manish Joshi
I use same config. as mentioned by Sebb. But how do i check if cokkie manager is really working ? How did you know it is not working Raffel ? Is it only by looking at failure pages in tree report ? On 1/12/06, sebb <[EMAIL PROTECTED]> wrote: > > Sample Plan > > Test Plan > + Cookie Manager > + HTT

Re: Use of HTTP Cookie Manager

2006-01-11 Thread sebb
Cookies are shown in the TreeView Listener. On 12/01/06, Manish Joshi <[EMAIL PROTECTED]> wrote: > I use same config. as mentioned by Sebb. But how do i check if cokkie > manager is really working ? How did you know it is not working Raffel ? Is > it only by looking at failure pages in tree report

Re: Use of HTTP Cookie Manager

2006-01-12 Thread Raffaele Viola
Hi all When the first HTTP request is sent and when a response arrives the client should set a cookie named "jsessionid" thas will be use for the next request but i can't find any cookies in the TreeView Listener. -Raffo 2006/1/12, sebb <[EMAIL PROTECTED]>: > > Cookies are shown in the TreeVie

Re: Use of HTTP Cookie Manager

2006-01-12 Thread Raffaele Viola
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. And that made me believe something was going wrong. -raffo 2006/1/12, Raffaele Viola <[EMAIL PROTECTED]>:

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

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 Man

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!!! -