domain
The domain of the cookie.
クッキーのドメイン。
portList
The cookie’s port list.
クッキーの持つポートリスト。
Availability 有効性
Technology
@property(readonly, copy) NSString
*path;
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に対して送られるのを意味します。