Hi, I'm trying to simulate many user sessions (15,000 or so) for testing a web application, and I want those users to build up over a couple of iterations (say 100 per iteration). I thought just having a thread group with a HTTP Cookie Manager that clears it's cookies after each iteration would suffice, but it seems that that the test reuses the same sessions for each iteration.
Anyone tried something like this before? Any pointers at why this doesn't work/ what I can do to make it work? I'm wild guessing this might be because the test reuses the threads from the thread pool rather than recreating them. Regards, Eelco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

