Skip to content
Snippets Groups Projects
Commit a4384b80 authored by catch's avatar catch
Browse files

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

parent 71d50e28
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -285,9 +285,10 @@
* 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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment