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

HTTPCookieStorage

The cookie store for storing cookies within this session. このセッション内のクッキーを格納するクッキー貯蔵所。

Declaration 宣言

@property(retain) NSHTTPCookieStorage *HTTPCookieStorage;

Discussion 議論

This property determines the cookie storage object used by all tasks within sessions based on this configuration. このプロパティは、この構成設定に基づくセッション内の全てのタスクによって使われるクッキーストレージオブジェクトを決定します。

To disable cookie storage, set this property to nil. クッキーストレージを作動しないようにするには、このプロパティをnilに設定してください。

For default and background sessions, the default value is the sharedHTTPCookieStorage cookie storage object. 省略時のそしてバックグラウンドセッションに対して、省略時の値はsharedHTTPCookieStorageクッキーストレージオブジェクトです。

For ephemeralSessionConfiguration sessions, the default value is a private cookie storage object that stores data in memory only, and is destroyed when you invalidate the session. ephemeralSessionConfigurationセッションに対して、省略時の値はプライベートクッキーストレージオブジェクトです、それはデータをメモリ中にのみ格納します、そしてあなたがセッションを無効にする時に破壊されます。

See Also 参照

Setting Cookie Policies クッキー方針を設定する