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
pattern
field).
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' 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]