Ticket #1375 (closed enhancement: fixed)

Opened 1 year ago

Last modified 8 months ago

[PATCH] add config option to set secure bit on visit cookies

Reported by: corvus Assigned to: anonymous
Priority: normal Milestone: 1.0.2
Component: TurboGears Version: 1.0.1
Severity: normal Keywords:
Cc:

Description

Sites that use the visit/identity framework for authentication and authorization may want to have the secure bit set on cookies. This causes them to only be sent over HTTPS but not HTTP. The attached patch adds a config option (defaulting to False) to enable this behavior.

Attachments

tg.patch (1.0 kB) - added by corvus on 05/01/07 12:29:23.
visit api.py patch

Change History

05/01/07 12:29:23 changed by corvus

  • attachment tg.patch added.

visit api.py patch

05/01/07 12:47:16 changed by alberto

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

Applied at [2961]. Thanks James!

alberto