DO you recommend using a HTTP header or a post processor- regular expression to 
get the session cookie

> Date: Wed, 3 Nov 2010 10:09:11 +0100
> From: f...@mpexnet.de
> To: jmeter-user@jakarta.apache.org
> Subject: Re: Parameter passing at every step
> 
> On 11/02/2010 10:45 PM, bharatraj viswamani wrote:
> > 
> > Hi,
> > 
> > I have 10 HTTP request. At each step do i have to send parameters with this 
> > request(username, password and domain) ? Is there a better way to send 
> > username, password and domain only once.
> > 
> > Otherwise thro wireshark i see a different user passed from 2nd request 
> > downwards. 1st request takes the parameter i send with my 1st request
> 
> If it does expect parameters for username and password during each
> request, you must include them.
> 
> Normally, you pass them once, and receive a session cookie, which
> subsequent requests should include. Are you sure this isn't what you
> need to do in this case?
> 
> Otherwise, the application under test is probably rather poorly designed
> or just very, very simplistic.
> 
> Regards,
> Felix
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org
> 
                                          

Reply via email to