Cookie

Klaro Configuration - Cookie Tab
Cookie Settings
Cookie Domain
cookie_domain
-
- type
-
string
- Default
-
''
Condition:
storage_
method == 'cookie' You can change the cookie domain for the consent manager itself. Use this if you want to get consent once for multiple matching domains. By default, Klaro will use the current domain. Only relevant if
storage
is set toMethod cookie
.
Cookie Path
cookie_path
-
- type
-
string
- Default
-
''
Condition:
storage_
method == 'cookie' Provide a path if you have services that set cookies for a path that is not "/"
Cookie expires after days
cookie_expires_after_days
-
- type
-
integer
- Default
Condition:
storage_
method == 'cookie' You can also set a custom expiration time for the Klaro cookie. By default, it will expire after 60 days. Only relevant if
storage
is set toMethod cookie
.