1

[this correlation part](https://i.stack.imgur.com/xxaFH.png)

If any one know how to solve problem. Please send the answers

2 Answers2

0

You don't have to correlate values present in cookies. It can be auto handled by HTTP cookie manager (If you have added that element).

For more guide: Refer the HTTP Cookie Manager documentation

rollno748
  • 334
  • 2
  • 7
0

If you really want to manually extract the value from the Set-Cookie response header you will need to switch the Regular Expression Extractor's scope to "Response Headers"

enter image description here

However you might want to add HTTP Cookie Manager instead, it automatically extracts the cookies from the response and adds them to the next request if hostname and path match, cookie is not expired and so on.

Dmitri T
  • 159,985
  • 5
  • 83
  • 133