Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#11073 closed (fixed)

SESSION_COOKIE_PATH should be introduced in this page

Reported by: liling Owned by: nobody
Component: Documentation Version: 1.0
Severity: Keywords: session settings
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

settings.SESSION_COOKIE_PATH is not mentioned in this document:

http://docs.djangoproject.com/en/dev/topics/http/sessions/

I found the setting from bug tracking system. It should be added.

Attachments (1)

11073-sessions_doc-r10726.patch (765 bytes ) - added by George Song 15 years ago.
Added documenation about SESSION_COOKIE_PATH to sessions section.

Download all attachments as: .zip

Change History (5)

by George Song, 15 years ago

Added documenation about SESSION_COOKIE_PATH to sessions section.

comment:1 by George Song, 15 years ago

Has patch: set

comment:2 by Chris Beaven, 15 years ago

Triage Stage: UnreviewedReady for checkin

comment:3 by Russell Keith-Magee, 15 years ago

Resolution: fixed
Status: newclosed

(In [11545]) Fixed #11073 -- Added documentation for SESSION_COOKIE_PATH. Thanks to liling for the report, and gsong for the patch.

comment:4 by Russell Keith-Magee, 15 years ago

(In [11567]) [1.1.X] Fixed #11073 -- Added documentation for SESSION_COOKIE_PATH. Thanks to liling for the report, and gsong for the patch.

Merge of r11545 from trunk.

Note: See TracTickets for help on using tickets.
Back to Top