Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
db7de897
Commit
db7de897
authored
Jan 28, 2011
by
webchick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#1040190
by 1V: Fix typo in comment for cookie_domain in settings.php
parent
d5d1366e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
sites/default/default.settings.php
sites/default/default.settings.php
+5
-5
No files found.
sites/default/default.settings.php
View file @
db7de897
...
...
@@ -282,11 +282,11 @@
/**
* 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';
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment