Kaydet (Commit) 85acb388 authored tarafından Adrian Holovaty's avatar Adrian Holovaty

Edited docs/settings.txt changes from [6545]

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6772 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst a1476fbc
...@@ -791,10 +791,12 @@ SESSION_COOKIE_PATH ...@@ -791,10 +791,12 @@ SESSION_COOKIE_PATH
Default: ``'/'`` Default: ``'/'``
The path set on the session cookie. Should match the URL path of your Django The path set on the session cookie. This should either match the URL path of your
installation (or be parent of that path). This is useful if you have multiple Django installation or be parent of that path.
Django instances running under the same hostname; they can use different
cookie paths and each instance will only see its own session cookie. 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 SESSION_COOKIE_SECURE
--------------------- ---------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment