Technical details

Release 1.4 - ...

Smartsite enforces the cookie policies by placing a cookie in which the user's preferences are stored.

This cookie is named CookiePolicy_{channel code}, and holds a base64 encoded string containing the cookie groups and allowed flags.

When a cookie operation (exists, get, set, delete) is requested, the CookiePolicyManager is called and the operation is cancelled when the user has chosen not to accept the type (group) of the cookie.

Currently, these groups are:

  • Strictly necessary cookies (NECESSARY)
  • Functionality cookies (FUNCTIONAL)
  • Performance cookies (PERFORMANCE)
  • Online behavioral advertising cookies (BEHAVIOR)
  • Unknown cookies (UNKNOWN)