General

Service Configuration - Cookie Tab

Technically relevant settings

This information is technically evaluated by Klaro! to manipulate the cookie.

Name / Pattern

pattern

pattern
type

string

Default

''

Name or regular expression (regex)

Example: /^_pk_.*$/

Path

path

path
type

string

Default

''

Provide a path if you have services that set cookies for a path that is not "/"

Domain

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

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

expires_after_unit
type

string

Default

''

Unit used for the "Expires after" specification. The special value end-of-session does not need a numeric value and hides the "Expires after" field accordingly.

Options:

  • Years [years]
  • Months [months]
  • Days [days]
  • Hours [hours]
  • Minutes [minutes]
  • Seconds [seconds]
  • End of session [end-of-session]