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

path

The cookie’s path. クッキーの持つパス。

Declaration 宣言

@property(readonly, copy) NSString *path;

Discussion 議論

The cookie will be sent with requests for this path in the cookie's domain, and all paths that have this prefix. A path of "/" means the cookie will be sent for all URLs in the domain. クッキーは、クッキーの持つドメインにおいてこのパス、そしてこの接頭辞を持つ全てのパスに対して要請とともに送られます。"/"のパスは、クッキーがドメインの中の全てのURLに対して送られるのを意味します。

See Also 参照

Getting Cookie Host Properties クッキーホストプロパティを取得する