isSecure
A Boolean value that indicates whether the cookie may only be sent over secure channels.
Declaration
var isSecure: Bool { get }Discussion
This value is true if this cookie should only be sent over secure channels, otherwise false.
A Boolean value that indicates whether the cookie may only be sent over secure channels.
var isSecure: Bool { get }This value is true if this cookie should only be sent over secure channels, otherwise false.