var expiresDate : Date?
The cookie’s expiration date.
クッキーの有効期限。
Availability 有効性
Technology
var isSessionOnly: Bool
{ get }
This value is true
if the cookie should be discarded at the end of the session (regardless of expiration date), otherwise false
.
この値は、もしクッキーがセッションの終わりで(有効期限にかかわらず)廃棄されるべきならばtrue
、そうでなければfalse
です。
var expiresDate : Date?