Utility module for site builders that allow to set cookies without a line of code via different supported methods.

At the moment all cookies are set via javascript to interfere as less as possible with caching, but be aware that if you are using an external caching system this can interfere on that.

Current supported methods:

Views

Use case: You want to track if the current user has visited a given view. You add a Set Cookie Area to your view footer with the name and value of your cookie.

Future planned methods:

* Block