I have this scenario on JMeter Test Plan :
1. Thread group 1
a. HTTP Request Defaults
b. HTTP Header Mananger
c. HTTP Request <-- Authentication
d. HTTP Request <-- Operation
e. HTTP Cookie Manager
2. Thread group 2
a. HTTP Request Defaults
b. HTTP Header Mananger
c. HTTP Request <-- Authentication
d. HTTP Request <-- Operation
e. HTTP Cookie Manager
3. Spline visualizer
4. View Results Tree
5. View Results in table
I want to perform the same operations on each thread group but with different sessions on each user can operate on the server. The problem is that the cookie is overwritten after the second Authentication Request and it the first is not kept on the first thread group.
Is this the normal behavior? How can I achieve to get two different cookies and continue using then on each thread independently?
I am using Apache JMeter 2.13.