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

httpCookieStorage

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

Declaration 宣言

var httpCookieStorage: HTTPCookieStorage? { get set }

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 shared cookie storage object. 省略時のそしてバックグラウンドセッションに対して、省略時の値はsharedクッキーストレージオブジェクトです。

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

See Also 参照

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