isSessionOnly
A Boolean value that indicates whether the cookie should be discarded at the end of the session (regardless of expiration date).
Declaration
var isSessionOnly: Bool { get }Discussion
This value is true if the cookie should be discarded at the end of the session (regardless of expiration date), otherwise false.