Global Variable グローバル変数

NSHTTPCookieDiscard

An NSString object stating whether the cookie should be discarded at the end of the session. NSStringオブジェクト、クッキーがセッションの終わりで廃棄されるべきかどうかを述べています。

Declaration 宣言

const NSHTTPCookiePropertyKey NSHTTPCookieDiscard;

Discussion 議論

String value must be either "TRUE" or "FALSE". This cookie attribute is optional. The default is "FALSE", unless this cookie is version 1 or greater and a value for NSHTTPCookieMaximumAge is not specified, in which case it is assumed to be "TRUE". 文字列値は、"TRUE"または"FALSE" のどちらかでなければなりません。このクッキー属性は任意です。省略時は"FALSE"です、このクッキーがバージョン 1 より大きくそしてNSHTTPCookieMaximumAgeの値が指定されない場合を除いて、その場合にはそれは"TRUE"を仮定されます。

See Also 参照

Cookie Property Keys クッキープロパティキー