Contents

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.

See Also

Determining cookie lifespan