Closed (fixed)
Project:
Cookie Based Blocks
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 Jan 2018 at 12:03 UTC
Updated:
28 Jan 2018 at 13:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
dries arnoldsClarification: they're only visible to admin. At least masquerading as an editor (even with admin rights to cbb) doesn't help.
Comment #3
clemens.tolboomFixed it with attached patch by forcing loading the misc/jquery.cookie.js file. I'm puzzeled how to fix this for jquery_update module.
Comment #4
clemens.tolboomAdding the hardcoded version looks bad.
Comment #6
clemens.tolboomWhile testing switching users I noticed the cookie is Browser specific. Not Drupal user specific.
I'm not sure what the common way of handling this is. Feedback is welcome.
Comment #7
dries arnoldsThat's how it's supposed to work I guess. Fine by me. It's not a session cookie.
Comment #8
clemens.tolboomFYI I saw multiple cookies based on path so cleaned up the cookie on root path only.
Comment #9
dries arnoldsTested for anonymous and non-admin and works fine...
Comment #10
clemens.tolboom