Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Allow a way to mark all cookies as "HTTP only" and "SSL required" by default #42

Closed
@GrabYourPitchforks

Description

@GrabYourPitchforks

Basically, this would be an equivalent to the <httpCookies> element in Web.config:

<httpCookies domain="String" 
             httpOnlyCookies="true|false" 
             requireSSL="true|false" />

Allows marking all cookies with these flags regardless of how the CookieOptions object is constructed. More info at http://msdn.microsoft.com/en-us/library/ms228262(v=vs.100).aspx.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions