Wiki¶
Summary¶
Features¶
Fluid based templating¶
Cookie Control for your website users¶
IP Logging¶
IP Logging can be enabled using the TypoScript constants. If set to true, all users who accept cookies will have their IP address logged.
An IP address can only be logged once and wil not be removed. It is only a safety measure to make sure you can 'show' someone has accepted the use of Cookies.
This is the recommended way of dealing with this as adviced by ICT Recht
Installation¶
Requirements¶
Installing¶
- Add the TS templates to your template
- Set the constants
- Add a plugin to your page (using TS to put it on all pages, see https://gist.github.com/4228753)
- Create a page where your users can manage their cookie settings, add the plugin Cookie Control there
- ...