HI ,

I have a similar problem where for each request a new session Id is used instead of 
completing the test with the
existing session created with a user (picked up from the cookie manager).
The Test plan is something like this

Thread group
cookie manager
Simple controller
    parameter mask
   http request
   http request
      loop cotroller
         http request
         http request

I expected the test to be completed by the first user logged and in the second loop go 
for the new user who is logged in
But what i could see is that each http request gets a new session(new user from the 
cookie manager) and tries to
complete the existing task

Is there anything wrong with the test plan or the way am using the cookie manager? 
please let me know at ur convenience.

Thanks

Vijay






----- Original Message -----
From: "BAZLEY, Sebastian" <[EMAIL PROTECTED]>
To: "'JMeter Users List'" <[EMAIL PROTECTED]>
Sent: Thursday, December 04, 2003 6:12 PM
Subject: RE: JMeter::Session Maintanence ['Watchdog': checked]


> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > Sent: 04 December 2003 12:25
> > To: JMeter Users List
> > Subject: Re: JMeter::Session Maintanence ['Watchdog': checked]
> >
> >
> >
> >
> >
> >
> >
> > 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.
>
> Is the server expecting the session id to be provided as a cookie or via URL
> rewriting?
>
> If rewriting, does the next request have the correctly rewritten URL?
>
> If it uses Cookies, have you added a cookie manager to the test plan?
>
> S.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to