General
Service Configuration - Cookie Tab
Identification and presentation of the cookie
Identifier
identifier
-
- type
-
string
- Default
-
''
This is a unique identifier for this cookie. It must be written in lower case and must not contain any spaces, only the characters a-z, 0-9 and "-" or "_". The identifier can be used in Fluid, for example.
Title
title
-
- type
-
string
- Default
-
''
If set, this title will be used in the frontend/backend for displaying the cookie. This title has no technical relevance (contrary to the
patternfield).
Technically relevant settings
This information is technically evaluated by Klaro! to manipulate the cookie.
Name / Pattern
pattern
-
- type
-
string
- Default
-
''
Name or regular expression (regex)
Example:
/^_pk_.*$/
Path
path
-
- type
-
string
- Default
-
''
Provide a path if you have services that set cookies for a path that is not "/"
Domain
domain
-
- type
-
string
- Default
-
''
Provide a domain if you have services that set cookies for a domain that is not the current domain.
Expiration Time
Expires after
expires_after
-
- type
-
string
- Default
-
''
Condition:
expires_after_ unit != 'end- of- session' AND expires_ after_ unit != 'persistent' Number of years/months/days/hours/minutes/seconds that will elapse before this cookie expires.
Expires after unit
expires_after_unit
-
- type
-
string
- Default
-
''
Unit used for the "Expires after" specification. The special value
end-does not need a numeric value and hides the "Expires after" field accordingly.of- session Options:
- Years
[years] - Months
[months] - Days
[days] - Hours
[hours] - Minutes
[minutes] - Seconds
[seconds] - End of session
[end-of- session] - Persistent
[persistent]
Note
The option
persistentshould be used only if external sources (e.g. cookie scanners or provider documentation) list the cookie simply as persistent without specifying an exact expiry period. From a GDPR perspective, it is recommended to provide a concrete storage duration whenever possible.