Instance Property インスタンスプロパティ

expiresDate

The cookie’s expiration date. クッキーの有効期限。

Declaration 宣言

var expiresDate: Date? { get }

Discussion 議論

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クッキーと同様に。有効期限は、クッキーが削除されるべき時の日付です。

See Also 参照

Determining Cookie Lifespan クッキーの存続期間を決定する