Issue #1005570 by reglogge: Fixed Document leading dot requirement for () in settings.php.

merge-requests/26/head
webchick 2011-09-30 14:49:23 -07:00
parent cf6f837460
commit bd11d95c33
1 changed files with 3 additions and 2 deletions

View File

@ -285,9 +285,10 @@ ini_set('session.cookie_lifetime', 2000000);
* same Drupal site, you can either redirect them all to a single domain (see * 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 * 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 * 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: * Variable overrides: