Opened 18 years ago

Closed 18 years ago

#2523 closed enhancement (fixed)

[patch] allow secure flag on session cookies

Reported by: mir@… Owned by: Adrian Holovaty
Component: Contrib apps Version: dev
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

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 (1)

secure-cookies.diff (1.1 KB ) - added by mir@… 18 years ago.
patch

Download all attachments as: .zip

Change History (3)

by mir@…, 18 years ago

Attachment: secure-cookies.diff added

patch

comment:1 by mir@…, 18 years ago

Component: Admin interfaceContrib apps

comment:2 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

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

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