red888
red888

Reputation: 31550

CookieManager.check.cookies=false not working

I jmeter.properties I set "CookieManager.check.cookies=false" but cross domain cookies still aren't working.

For example going this guide and using their demo site setting a cookie with a domain of "blazedemo.com" works, but if I change the domain to anything else it fails.

Upvotes: 1

Views: 926

Answers (1)

UBIK LOAD PACK
UBIK LOAD PACK

Reputation: 34526

JMeter sends only cookies that match the domain of server in the request.

The property you've set impact the way JMeter read cookies not the way it writes them.

To check, emit a http request towards one host for which you created the cookie, you'll see it works.

Upvotes: 2

Related Questions