var isSessionOnly : Bool
A Boolean value that indicates whether the cookie should be discarded at the end of the session (regardless of expiration date).
クッキーがセッションの終わりで(有効期限にかかわらず)廃棄されるべきかどうかを指し示すブール値。
Availability 有効性
Technology
var expiresDate: Date
? { get }
This value is nil
if there is no specific expiration date, as with session-only cookies. The expiration date is the date when the cookie should be deleted.
この値はnil
です、もし特定の有効期限が存在しないならば、session-onlyクッキーと同様に。有効期限は、クッキーが削除されるべき時の日付です。
var isSessionOnly : Bool