From bd11d95c334a39fe6bf24c932c43f124b20ff139 Mon Sep 17 00:00:00 2001 From: webchick Date: Fri, 30 Sep 2011 14:49:23 -0700 Subject: Issue #1005570 by reglogge: Fixed Document leading dot requirement for () in settings.php. --- sites/default/default.settings.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sites') diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index e0d42a0ce..32160598d 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -285,9 +285,10 @@ ini_set('session.cookie_lifetime', 2000000); * same Drupal site, you can either redirect them all to a single domain (see * comment in .htaccess), or uncomment the line below and specify their shared * base domain. Doing so assures that users remain logged in as they cross - * between your various domains. + * between your various domains. Make sure to always start the $cookie_domain + * with a leading dot, as per RFC 2109. */ -# $cookie_domain = 'example.com'; +# $cookie_domain = '.example.com'; /** * Variable overrides: -- cgit v1.2.3