summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2007-11-30 05:22:35 +0000
committerAdrian Holovaty <adrian@holovaty.com>2007-11-30 05:22:35 +0000
commit85acb388ee4d5ce04ac305d1589c0ab84a99015c (patch)
treee094b2a395c41e3628e706385992af1f172c6fc9 /docs
parenta1476fbca2ca404543ee1734702a532a5ea6a71f (diff)
Edited docs/settings.txt changes from [6545]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6772 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/settings.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/settings.txt b/docs/settings.txt
index 0219f9853a..1700c248c0 100644
--- a/docs/settings.txt
+++ b/docs/settings.txt
@@ -791,10 +791,12 @@ SESSION_COOKIE_PATH
Default: ``'/'``
-The path set on the session cookie. Should match the URL path of your Django
-installation (or be parent of that path). This is useful if you have multiple
-Django instances running under the same hostname; they can use different
-cookie paths and each instance will only see its own session cookie.
+The path set on the session cookie. This should either match the URL path of your
+Django installation or be parent of that path.
+
+This is useful if you have multiple Django instances running under the same
+hostname. They can use different cookie paths, and each instance will only see
+its own session cookie.
SESSION_COOKIE_SECURE
---------------------