Issue 1: While recording scenario in jmeter, in the result's request body I am seeing all the cookie information. But when I run the script only few cookies are passed. I have added a cookie manager also, but its still the same.
Issue 2: I have added a regex extractor to extract a cookie value from the response header eg: Set Cookie: ASP.NET_SessionId=cg0kjo3gokjgdfjru2je2qzk; expression I used: ASP.NET_SessionId=(.+); variable name: aspsessionid
I have used the above variable in a header manager as below ASP.NET_SessionId = ${aspsessionid}
But its not passing the value, in the results request header it reads as ${aspsessionid}
Please help me solve these issues