Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 36159 invoked from network); 4 Dec 2003 14:11:31 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 4 Dec 2003 14:11:31 -0000 Received: (qmail 50900 invoked by uid 500); 4 Dec 2003 14:11:05 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 50862 invoked by uid 500); 4 Dec 2003 14:11:05 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 50823 invoked from network); 4 Dec 2003 14:11:04 -0000 Received: from unknown (HELO cyclone.atg.com) (64.69.10.22) by daedalus.apache.org with SMTP; 4 Dec 2003 14:11:04 -0000 Received: from cmb-na-excl02.na.ad.atg.com ([10.1.128.36] helo=MAILSVR.na.ad.atg.com) by cyclone.atg.com with esmtp (Exim 4.14) id 1ARuC6-00069l-9P for jmeter-user@jakarta.apache.org; Thu, 04 Dec 2003 09:11:02 -0500 Received: from atg.com ([10.1.128.62]) by MAILSVR.na.ad.atg.com over TLS secured channel with Microsoft SMTPSVC(5.0.2195.5329); Thu, 4 Dec 2003 09:11:01 -0500 Message-ID: <3FCF4072.9030800@atg.com> Date: Thu, 04 Dec 2003 15:10:58 +0100 From: Jordi Salvat i Alabart Organization: Art Technology Group User-Agent: Mozilla/5.0 (X11; U; Linux i686; ca; rv:1.5) Gecko/20031107 Debian/1.5-3 X-Accept-Language: ca, en-gb, en, fr, es-es, es MIME-Version: 1.0 To: JMeter Users List Subject: Re: JMeter::Session Maintanence ['Watchdog': checked] References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 04 Dec 2003 14:11:01.0672 (UTC) FILETIME=[7281D280:01C3BA70] X-Spam-Score: 0.0 (/) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *1ARuC6-00069l-9P*oHhu8mPisgk* X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N You must be correct if it's working. :-) I'm happy it is. -- Salut, Jordi. En/na KKanagaraj@bca-group.com ha escrit: > > > > > Jordi, > You are correct. Jmeter will find the session id only from the response > object. > If we are using cookie manager, Jmeter stores that session id in its cookie > manager so when it sends further requests, it sends that session id along > with that. > > When I added a cookie manager, the table was empty, But when Jmeter recd > the reponse for say login.html, I got the session id entry in that table. > And it was using that same session id for further requests. > > Hope this helps, correct me if Iam wrong. > cheers, > -kannan > > > > > Jordi Salvat i > Alabart To: JMeter Users List > com> Subject: Re: JMeter::Session Maintanence ['Watchdog': checked] > > 04/12/03 13:51 > Please respond > to "JMeter > Users List" > > > > > > Wait: if JMeter is sending a new sessionId on each request, it must have > found it somewhere, right? Where is it finding it in, if not in the > response? > > Can you send the full text of a response and the following request? > > > En/na KKanagaraj@bca-group.com ha escrit: > >> >> >> >>Hi Jordi, >>Yes u r correct. For first request no session id will be there, for > > second > >>request, server will generate one and send back. >>And that session id will be exchanged between the client & server for >>further requests. >>But, Jmeter is sending new session id for every request. >>I analysed the request data and response data in the results tree. >> >>Do you have any idea or alternative for this. >>-kannan >> >> >> >> >> > > >> Jordi Salvat i > > >> Alabart To: JMeter Users List > > > >> > >> com> Subject: Re: JMeter::Session > > Maintanence ['Watchdog': checked] > > >> 04/12/03 12:20 > > >> Please respond > > >> to "JMeter > > >> Users List" > > > > >> >> >>Hi. >> >>That looks correct: since it's the first request, session aaaa does not >>exist in the server, so it will create a new one. The issue is what >>happens on the next request: does JMeter send bbbb as a session id? >> >>En/na KKanagaraj@bca-group.com ha escrit: >> >> >>> >>> >>>Yes I read the docs, It suggets me to use Http URL rewrite modifier. >>>I tried that, but even then the output is like this : >>>for eg: >>> >>>Request data: >>>http://localhost/login.html;JServSessionId=aaaa?user=u1&pass=p1 >>> >>>Response data: >>>HTTP/1.1 200 OK Date: Thu, 04 Dec 2003 12:01:24 GMT >>>Server: Apache Set-Cookie: JServSessionIdbca=bbbb; >>>path=/ Keep-Alive: timeout=15, max=95 >>>Connection: Keep-Alive Content-Type: text/plain >>> >>>what you say? >>> >>> >>> >>> >> >> >>> Jordi Salvat i >> >> >>> Alabart To: JMeter Users List >> >> >> >>> > >> >>> com> Subject: Re: JMeter::Session >> >>Maintanence ['Watchdog': checked] >> >> >> >>> 04/12/03 11:56 >> >> >>> Please respond >> >> >>> to "JMeter >> >> >>> Users List" >> >> >> >> >>> >>>Please read the docs. >>> >>>En/na KKanagaraj@bca-group.com ha escrit: >>> >>> >>> >>>> >>>>Dear All, >>>> >>>>I am testing my web application which is running on Apache + JServ and >>>>JMeter 1.9.1 for testing the web app. >>>> >>>>To start with it has a simple navigation, Login->homepage->detailed > > page. > >>>>Iam passing all the required parameters for all the three pages. >>>>My application uses HTTPSession (URL Rewriting), What I found in > > response > >>>>data >>>>of each request is : for example >>>>1) JServSessionId=aaaaa, >>>>2) JServSessionId=bbbbb >>>>3) JServSessionId=ccccc. >>>> >>>>It clearly shows that, new session id is generated for each request, but >>> >>>I >>> >>> >>> >>>>want the session to be >>>>maintained starting from Login page to all the pages that I request for. >>>> >>>>Please tell me how do I manage the session across every request. >>>> >>>>Thanks in advance, >>>>-Kannan. >>>>This email and any attachments to it may contain confidential > > information > >>>>intended for the addressee only. If you are not the intended addressee, >>> >>>you >>> >>> >>> >>>>are strictly prohibited from disclosing, copying, distributing or using >>>>this email in any way. Unauthorised use of the information contained in >>>>this email is unlawful. If you have received this email in error please >>>>notify us on enquiries@bca-group.com and delete the email from your >>> >>>system. >>> >>> >>> >>>>Information contained in this email can not be disclosed, copied, >>>>distributed or used in any way without the prior consent of the sender. >>> >>>Any >>> >>> >>> >>>>opinions, advice or facts given in this email are given without warranty >>> >>>or >>> >>> >>> >>>>the intention to enter into an agreement unless specifically stated and >>>>confirmed by agreement, letter or such other documentation signed by an >>>>authorised signatory of BCA Holdings Limited or any of its subsidiary >>>>companies. >>>> >>>>Any personal information contained in this email is strictly the view of >>>>the sender and is in no way authorised or attributable to BCA Holdings >>>>Limited or any of its subsidiary companies in any way. All emails > > through > >>>>the company gateway are subject to monitoring. The company cannot be > > held > >>>>liable for any errors or viruses contained in this message. >>>> >>>> >>>>--------------------------------------------------------------------- >>>>To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org >>>>For additional commands, e-mail: jmeter-user-help@jakarta.apache.org >>>> >>>> >>> >>> >>> >>>--------------------------------------------------------------------- >>>To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org >>>For additional commands, e-mail: jmeter-user-help@jakarta.apache.org >>> >>> >>> >>> >>>This email and any attachments to it may contain confidential information >>>intended for the addressee only. If you are not the intended addressee, >> >>you >> >> >>>are strictly prohibited from disclosing, copying, distributing or using >>>this email in any way. Unauthorised use of the information contained in >>>this email is unlawful. If you have received this email in error please >>>notify us on enquiries@bca-group.com and delete the email from your >> >>system. >> >> >>>Information contained in this email can not be disclosed, copied, >>>distributed or used in any way without the prior consent of the sender. >> >>Any >> >> >>>opinions, advice or facts given in this email are given without warranty >> >>or >> >> >>>the intention to enter into an agreement unless specifically stated and >>>confirmed by agreement, letter or such other documentation signed by an >>>authorised signatory of BCA Holdings Limited or any of its subsidiary >>>companies. >>> >>>Any personal information contained in this email is strictly the view of >>>the sender and is in no way authorised or attributable to BCA Holdings >>>Limited or any of its subsidiary companies in any way. All emails through >>>the company gateway are subject to monitoring. The company cannot be held >>>liable for any errors or viruses contained in this message. >>> >>> >>>--------------------------------------------------------------------- >>>To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org >>>For additional commands, e-mail: jmeter-user-help@jakarta.apache.org >>> >>> >> >> >> >>--------------------------------------------------------------------- >>To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org >>For additional commands, e-mail: jmeter-user-help@jakarta.apache.org >> >> >> >> >>This email and any attachments to it may contain confidential information >>intended for the addressee only. If you are not the intended addressee, > > you > >>are strictly prohibited from disclosing, copying, distributing or using >>this email in any way. Unauthorised use of the information contained in >>this email is unlawful. If you have received this email in error please >>notify us on enquiries@bca-group.com and delete the email from your > > system. > >>Information contained in this email can not be disclosed, copied, >>distributed or used in any way without the prior consent of the sender. > > Any > >>opinions, advice or facts given in this email are given without warranty > > or > >>the intention to enter into an agreement unless specifically stated and >>confirmed by agreement, letter or such other documentation signed by an >>authorised signatory of BCA Holdings Limited or any of its subsidiary >>companies. >> >>Any personal information contained in this email is strictly the view of >>the sender and is in no way authorised or attributable to BCA Holdings >>Limited or any of its subsidiary companies in any way. All emails through >>the company gateway are subject to monitoring. The company cannot be held >>liable for any errors or viruses contained in this message. >> >> >>--------------------------------------------------------------------- >>To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org >>For additional commands, e-mail: jmeter-user-help@jakarta.apache.org >> >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > > > > This email and any attachments to it may contain confidential information > intended for the addressee only. If you are not the intended addressee, you > are strictly prohibited from disclosing, copying, distributing or using > this email in any way. Unauthorised use of the information contained in > this email is unlawful. If you have received this email in error please > notify us on enquiries@bca-group.com and delete the email from your system. > > Information contained in this email can not be disclosed, copied, > distributed or used in any way without the prior consent of the sender. Any > opinions, advice or facts given in this email are given without warranty or > the intention to enter into an agreement unless specifically stated and > confirmed by agreement, letter or such other documentation signed by an > authorised signatory of BCA Holdings Limited or any of its subsidiary > companies. > > Any personal information contained in this email is strictly the view of > the sender and is in no way authorised or attributable to BCA Holdings > Limited or any of its subsidiary companies in any way. All emails through > the company gateway are subject to monitoring. The company cannot be held > liable for any errors or viruses contained in this message. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org