We needed to be able to force people to 're-agree' if the site cookie policies changed. The easiest way to do this was to modify this module so that the 'cookie-agreed' name could be set via the UI. So to force people to agree again, just change the name of the cookie.

Attached to the first comment below is a patch that does this. Requires the update.php process to be run to add the new config defaults (but will work if it has not been run). The cookie name can be set at the bottom of the admin GUI form. Defaults to current name.

#2779093: Allow Cookie name to be set in Admin UI offers a patch for 8.x, this patch also needs to be added to 7.x.

Comments

svenryen created an issue. See original summary.

svenryen’s picture

This patch adds the functionality to 7.x.

  • svenryen committed 3720241 on 7.x-1.x
    Issue #2900096 by svenryen: Port to 7.x: Allow Cookie name to be set in...
svenryen’s picture

Status: Patch (to be ported) » Fixed

  • svenryen committed 3720241 on 7.x-2.x
    Issue #2900096 by svenryen: Port to 7.x: Allow Cookie name to be set in...
  • svenryen committed aa984ad on 7.x-2.x
    Merge branch '7.x-1.x' into 7.x-2.x
    
    * 7.x-1.x: (76 commits)
    Fixed an...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.