Bug 44043 - CookieManager is sharing same cookie for all iterations
Summary: CookieManager is sharing same cookie for all iterations
Status: RESOLVED DUPLICATE of bug 44042
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: HTTP (show other bugs)
Version: Nightly (Please specify date)
Hardware: Other other
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-08 00:35 UTC by rachoac
Modified: 2007-12-08 05:28 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rachoac 2007-12-08 00:35:42 UTC
Even though you set the Clear cookies with each iteration? flag to true, it
appears that the same JSESSIONID is being sent for each thread iteration. This
was confirmed by looking at the apache webserver logs.

To reproduce:
1. Create a script with two Thread Groups, linked by a Module Controller.
2. Add a Cookie Manager set at the 'master' or 'top level Thread Group.
3. Add samplers at the child Thread Group for logging into a sample webserver
application that supports sessions.
4. Observe the webserver log shows that each request is sporting the same
JSESSION  ID.
Comment 1 Sebb 2007-12-08 05:28:20 UTC
Thanks, someone else has already reported this, and it has been fixed in the 
latest code.

*** This bug has been marked as a duplicate of 44042 ***
Comment 2 The ASF infrastructure team 2022-09-24 20:37:40 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2054