Trying to get some basic JMeter runs set up so I can test load performance, but been struggling to get the basics working with regards to Cookies. My app currently sets cookies without a domain
which I know causes problems with JMeter. So I set CookieManager.check.cookies=false
in the properties so it would skip validation, but that didn't work. The cookies are still not set by the Cookie Manager.
Other cookies are working (like the one added by my DNS provider which does set the domain
) but the critical ones sent by my app I just can't seem to get working with the Cookie Manager in further requests.
Any ideas?
Other things to note:
- I've set
CookieManager.save.cookies=true
- I've restarted JMeter so it loads the new properties
- The same flow works perfectly in Postman
I'd appreciate any help to solve what I'm sure is a simple fix.
Mike