a-digital / cookie-consent-banner

Add a configurable cookie consent banner to the website.
MIT License
11 stars 14 forks source link

What happens if people click 'Decline' or 'Accept cookies'? #46

Closed arentsen closed 4 months ago

arentsen commented 1 year ago

What happens if people click 'Decline' or 'Accept cookies'?

MalcolmJohnston commented 4 months ago

When you click 'Decline' or 'Accept Cookies' then a cookie is stored called cookieconsent_status.

When accepting the value stored is allow. When declining the value stored is deny.

aarmitage commented 4 months ago

Thank you @MalcolmJohnston - we've obviously missed this issue. @arentsen I'll close it for now as hopefully this helps.