summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-09-30 14:49:23 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-09-30 14:49:23 -0700
commitbd11d95c334a39fe6bf24c932c43f124b20ff139 (patch)
tree7079b7f3dbd3cf52ffcd474601e0b5addae7213d /sites
parentcf6f83746093c3c2533cc447a384b10869e47d2c (diff)
downloadbrdo-bd11d95c334a39fe6bf24c932c43f124b20ff139.tar.gz
brdo-bd11d95c334a39fe6bf24c932c43f124b20ff139.tar.bz2
Issue #1005570 by reglogge: Fixed Document leading dot requirement for () in settings.php.
Diffstat (limited to 'sites')
-rw-r--r--sites/default/default.settings.php5
1 files changed, 3 insertions, 2 deletions
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: