The response is: Set-Cookie: sessionid=YUuyisdjif7njdibvck89987hgfdghjuytrdtyRB==;
I want to extract this sessionid to use it in further response.
The response is: Set-Cookie: sessionid=YUuyisdjif7njdibvck89987hgfdghjuytrdtyRB==;
I want to extract this sessionid to use it in further response.
Copyright © 2021 Jogjafile Inc.
The easiest way is using HTTP Cookie Manager's built-in capability of saving cookies into JMeter Variables.
Add the next line to user.properties file (lives in "bin" folder of your JMeter installation)
Restart JMeter to pick up the change
Add HTTP Cookie Manager to your test plan
That's it, you should be able to refer the cookie's value as
${COOKIE_sessionid}where requiredMore information: HTTP Cookie Manager Advanced Usage - A Guide