The cookies from this module have the path hardcoded to '/'. It would be better if they used 'base_path()' instead so that multiple drupal sites on the same domain do not leak cookies between them.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | cookies_hardcoded-3044865-2.patch | 749 bytes | sergiu stici |
Comments
Comment #2
sergiu stici commentedI changed it, here is the patch.
Comment #7
nortmas commentedThank you for the research. I've done it in a bit more flexible way. Now you can set the path as a third argument of the get method.
I've also mentioned it in the module description.
Comment #8
nortmas commented