I have a test plan that runs fine when restricted to one thread in its ThreadGroup. This ThreadGroup has a cookie manager and some Web Testing controllers. When I allow more than 1 thread to run, I find that all the threads show up as one HttpSession in my servlet.
How may I configure my test plan so each thread will appear as a new session in the servlet under test? Thanks to all who work on and support this excellent project -- -- bill --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

