Opened 19 years ago
Closed 19 years ago
#2523 closed enhancement (fixed)
[patch] allow secure flag on session cookies
| Reported by: | 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)
Change History (3)
by , 19 years ago
| Attachment: | secure-cookies.diff added |
|---|
comment:1 by , 19 years ago
| Component: | Admin interface → Contrib apps |
|---|
comment:2 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
patch