Cookie is set
Matches when a cookie with the exact specified name is present in the request.
This condition inspects the Cookie request header to verify the existence of a specific cookie name. It returns true if the named cookie is present in the incoming request.
Configuration
- Case sensitive: Whether to enable case sensitivity during the name comparison. When disabled, the condition performs a case-insensitive match against all cookies sent in the request.
- Name: The exact name the condition must match to return true. This field is required and supports a maximum of 50 characters.
Measurement
The condition parses the Cookie header from the incoming request and evaluates the presence of the specified key.
- Cookie present: If a cookie key matching the configured Name is identified, the condition returns true.
- Cookie absent: If the specific cookie name is not found, the condition returns false.
- Missing header: If the
Cookieheader is absent from the request, the condition returns false.
Have questions not answered here?
Contact Support
to get more help.
Last modified on June 3, 2026