In the scenario where multiples sites under the same domain use a domain-based $cookie_domain, as opposed to site-based, every instance receives the DRUPAL_UID cookie, which is output for the cookie_domain.
However, if these sites have not configured session sharing, this means every site receives incorrect information, which can disturb caching optimizations.
It would be better if the name of the cookie could be customized per-site.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | cacherouter_993430.patch | 3.1 KB | fgm |
Comments
Comment #1
fgmSuggested patch:
- allow for custom cookie name
- do not provide a UI to set it
- document its existence in README.txt
Comment #2
andypostThanx, commited. I think this change does not affect current sites because implementation is backward compatiple