I have a JMeter load test script with a thread group and a Cookie Manager.
The users in the thread group first log in using a HTTP sampler to obtain a cookie.
Then a loop controller fires an interleave sampler which alternates between a couple HTTP samplers that fire off queries to the server.
Now I'd like one of the options of the interleave controller to fire two or three concurrent requests for the same user, sending the same cookie in each request.
How can I do this?