Ticket #11073: 11073-sessions_doc-r10726.patch
File 11073-sessions_doc-r10726.patch, 765 bytes (added by , 15 years ago) |
---|
-
docs/topics/http/sessions.txt
450 450 451 451 The name of the cookie to use for sessions. This can be whatever you want. 452 452 453 SESSION_COOKIE_PATH 454 ------------------- 455 456 .. versionadded:: 1.0 457 458 Default: ``'/'`` 459 460 The path set on the session cookie. This should either match the URL path of your 461 Django installation or be parent of that path. 462 463 This is useful if you have multiple Django instances running under the same 464 hostname. They can use different cookie paths, and each instance will only see 465 its own session cookie. 466 453 467 SESSION_COOKIE_SECURE 454 468 --------------------- 455 469