Closed (works as designed)
Project:
Authenticated User Page Caching (Authcache)
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2016 at 13:54 UTC
Updated:
12 Nov 2017 at 12:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
hanoiiComment #8
hanoiiI am not sure why these are failing. I tried to run them, but on my local it behaves the same with or without the patch.
Comment #9
znerol commentedWhen running tests, make sure there is no configuration but the mysql connection and the hash salt in your
settings.php.Comment #10
znerol commentedAll cookie related ini settings are initialized during a normal bootstrap from within drupal_settings_initialize() and drupal_environment_initialize().
Especially note the following snipped from
drupal_settings_initialize():So the respective ini-setting is changed, but only only if
$cookie_domainis valid. For that reason I think that usingini_get('session.cookie_domain')is safer than using the value directly.What exactly is the problem you observed? How did you configure your site?
Comment #11
znerol commentedClosing since there was no feedback.