If you don't want to use a 3rd party for that feature, you can use the following approach:
Create a controller and a child action that will check for a specific cookie for your website
If the cookie is not there, you can display the screen / modal / notification about cookie consent and the buttons to accept / reject the cookies
If the cookie is there, you can enable scripts that are requiring cookie consent.
Create a separate action for when the user accepts/rejects cookies that will create the cookie to be used to know the user decision and be used at point 1.2
Hi team,
We are using episerver cms 7.5 version. we have to implement cookie consent in my website.
Can any one help me hin this regard.
Thank you in advance