AuthCache seems to get the wrong "authcache" cookie when enabled in multiples sites sharing the same domain name.

Authcache was not getting any cached page in one of my site (cache_render always set as First_Page_Request), until I deleted all cookies from this site (subdomain.example.com) AND all cookies from another one using the root domain name (example.com).

Hope this issue and the two other ones I submitted a three weeks ago will be getting some attention...
- #595506: Debugging options are not taken into account unless the cookie is deleted
- #595498: nocache cookie does not expire

Vianney Stroebel
Likwid - Spécialistes Drupal - Paris

Comments

Alexzander’s picture

Hello, Viybel!
I`ve got a question - are your sites running separate drupal installations or not?

Jonah Ellison’s picture

The PHP session settings may need to be specifically defined for each Drupal subdomain in settings.php. For example:

ini_set('session.cookie_domain', "subdomain.example.com");
Jonah Ellison’s picture

Status: Active » Closed (won't fix)