On 11/03/2010 05:23 PM, bharatraj viswamani wrote:
> 
> DO you recommend using a HTTP header or a post processor- regular expression 
> to get the session cookie

I'm in the habit of adding a Cookie Manager to any of my Thread Groups.

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