Django

Code

Changeset 6772

Show
Ignore:
Timestamp:
11/29/07 23:22:35 (11 months ago)
Author:
adrian
Message:

Edited docs/settings.txt changes from [6545]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/settings.txt

    r6701 r6772  
    792792Default: ``'/'`` 
    793793 
    794 The path set on the session cookie. Should match the URL path of your Django 
    795 installation (or be parent of that path). This is useful if you have multiple 
    796 Django instances running under the same hostname; they can use different 
    797 cookie paths and each instance will only see its own session cookie. 
     794The path set on the session cookie. This should either match the URL path of your 
     795Django installation or be parent of that path. 
     796 
     797This is useful if you have multiple Django instances running under the same 
     798hostname. They can use different cookie paths, and each instance will only see 
     799its own session cookie. 
    798800 
    799801SESSION_COOKIE_SECURE