https://issues.apache.org/bugzilla/show_bug.cgi?id=52470
Bug #: 52470
Summary: Using Cached SSL Context Results In Cookies Not Being
Cleared On Each Iteration
Product: JMeter
Version: 2.5.1
Platform: PC
Status: NEW
Severity: normal
Priority: P2
Component: HTTP
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
We noticed during our test programme, that on switching from v2.5.0 to v2.5.1
(to work around another issue), a number of errors started being reported when
running our test script against the application.
The problem appeared to be a result of the ASP.NET session ID cookie being
persisted between test iterations. Analysis of the HTTP traffic using Wireshark
and Fiddler, confirmed that for SSL requests, the ASP.NET session ID cookie was
being persisted across test loop iterations. The cookie was being cleared as
expected for non-SSL requests as the test loop iterated.
We can confirm that setting the property 'https.use.cached.ssl.context=false'
has proved to be a successful workaround to the problem. It appears that there
is an unexpected interation between the cached SSL context functionality
introduced in v2.5.1 and the cookie manager's 'clear cookies on each iteration'
functionality.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.