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

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. この値は、もしクッキーがセッションの終わりで(有効期限にかかわらず)廃棄されるべきならばtrue、そうでなければfalseです。

See Also 参照

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