From db7de89756dc5fbf889d80106933023351393f2e Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 28 Jan 2011 07:03:57 +0000 Subject: #1040190 by 1V: Fix typo in comment for cookie_domain in settings.php --- sites/default/default.settings.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sites/default') diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 6ecc030d9..559ab0621 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -282,11 +282,11 @@ ini_set('session.cookie_lifetime', 2000000); /** * Drupal automatically generates a unique session cookie name for each site - * based on on its full domain name. If you have multiple domains pointing at - * the 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. + * based on its full domain name. If you have multiple domains pointing at the + * 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. */ # $cookie_domain = 'example.com'; -- cgit v1.2.3