Sebb, what makes each thread (in a web app anyway) a new 'user' - is it the Cookie Manager keeping unique cookies per thread? If so, is there a way to use URL rewriting to only use a single session?
On 4/16/07, sebb <[EMAIL PROTECTED]> wrote:
On 16/04/07, David Schulberg <[EMAIL PROTECTED]> wrote: > Hi All, > > I have the situation where I do an initial request which is followed by 3 requests that run in parallel. > > InitialRequest > [ Request1 ] > [ Request2 ] > [ Request3 ] > > Is it possible to achieve this for the one virtual user? No; JMeter threads run in parallel, but they are different users. > > Regards, > David Schulberg > > Object Consulting > email: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- dIon Gillard Rule #131 of Acquisition: Information is Profit. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

