Thanks for providing this excellent module in the nick of time.

The "legal" module has a facility for requiring further input from the user if the policy (in that case site's terms and conditions) change. This facility would be useful for the site's cookie policy too, especially initially as we all experiment with how this should work. Instead of setting a boolean true / false for cookie-agreed-en you could set a timestamp and compare it with another timestamp from the config page. There might be some synergies with the idea of unconsenting that someone else has added.

Comments

AFowle’s picture

Title: Policy Updates » Default Policy
AFowle’s picture

Component: Code » User interface
AFowle’s picture

Title: Default Policy » Policy Updates
Component: User interface » Code

Please ignore comments #1 - #3 caused by some sort of typing error.

Anonymous’s picture

Miszel’s picture

Status: Active » Closed (duplicate)

This is now being addressed in the following feature request: http://drupal.org/node/1633706

I would appreciate your input there and I am closing this issue.

VinceW’s picture

re-opened this ticket (see for reasoning #1633706: Providing an default information page for admins and a hook for developers #5

The EU Cookie Law is about privacy information. Does it make sense then to store user information about consenting to previous cookie policy?

if a user consented before, we could ask if we may set a cookie whether to provide him with updated policy information when he visits the next time. In my opinion this is less intrusive then storing user related information in a database.

VinceW’s picture

Status: Closed (duplicate) » Active
Miszel’s picture

Status: Active » Closed (won't fix)

Closed due to lack of activity. Feel free to reopen if you want to provide a patch for this feature.