Django

Code

Ticket #2523 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

[patch] allow secure flag on session cookies

Reported by: mir@noris.de Assigned to: adrian
Milestone: Component: Contrib apps
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

There's a 'secure' flag for cookies that means that this cookie is only transmitted over https.

The attached patch provides a new setting variable SESSION_COOKIE_SECURE to put the secure flag on the session cookie.

Attachments

secure-cookies.diff (1.1 kB) - added by mir@noris.de on 08/11/06 12:10:15.
patch

Change History

08/11/06 12:10:15 changed by mir@noris.de

  • attachment secure-cookies.diff added.

patch

08/11/06 12:30:16 changed by mir@noris.de

  • component changed from Admin interface to Contrib apps.

08/12/06 01:02:28 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

(In [3570]) Fixed #2523 -- Added SESSION_COOKIE_SECURE setting. Thanks, mir@noris.de


Add/Change #2523 ([patch] allow secure flag on session cookies)




Change Properties
Action