-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
Description
In RemoteServiceSyncProxy.java you have 2 lines commented:
140:// connectionManager.getCookieManager().setCookies(connection);
147:// connectionManager.getCookieManager().storeCookies(connection);
This causes an issue when you run multiple threads within JMeter.
After I've uncommented those two lines, my test plan started working as
expected.
Original issue reported on code.google.com by ghimus on 13 Apr 2011 at 12:58
Reactions are currently unavailable