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

sessionOnly

A Boolean value that indicates whether the cookie should be discarded at the end of the session (regardless of expiration date). クッキーがセッションの終わりで(有効期限にかかわらず)廃棄されるべきかどうかを指し示すブール値。

Declaration 宣言

@property(readonly, getter=isSessionOnly) BOOL sessionOnly;

Discussion 議論

This value is YES if the cookie should be discarded at the end of the session (regardless of expiration date), otherwise NO. この値は、もしクッキーがセッションの終わりで(有効期限にかかわらず)廃棄されるべきならばYES、そうでなければNOです。

See Also 参照

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