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

8.0.x
catch 2011-09-28 02:03:37 +09:00
parent 71d50e28d6
commit a4384b8042
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
* 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: