Handling cookies in HTTP request in Jmeter
问题 I have a Jmeter load project the requires retrieving 2 values of cookies and resend them in the other requests. Here is my project test plan: -Test Plan -Thread Group -Login request -Payment page -Payment history page -HTTP Cookie Manager -HTTP Header Manager -View Results Tree Cookie Data: JSESSIONID=0000SZb55xyLAaqLlDzumq_PpIw:-1; XSRF-TOKEN=a684e233-648e-4219-ae21-25fb362e232d The cookie data is received successfully from the login request by cookie manager and sent in the second request