Posted on 29/04/2022 09:59:17
Hi Tina
When the user accepts or denies in the cookie banner from Cookiebot, you can set an additional cookie that Dynamicweb will understand. How to do that, you will have to lookup in Cookiebot docs.
Create a http only cookie using javascript named "Dynamicweb.CookieOptInLevel" with one of these values:
- "0" (None) - meaning no cookies will be set by DW
- "1" (Functional) - meaning only functional cookies will be set - like remember password etc.
- "2" (All) - meaning all cookies are accepted.
It is also possible to create additional cookie categories and use the backend to classify cookies differently. See https://doc.dynamicweb.com/documentation-9/platform/platform-tools/cookie-manager
BR Nicolai