path
The cookie’s path.
クッキーの持つパス。
portList
The cookie’s port list.
クッキーの持つポートリスト。
Availability 有効性
Technology
@property(readonly, copy) NSString
*domain;
If the domain does not start with a dot, then the cookie is only sent to the exact host specified by the domain. If the domain does start with a dot, then the cookie is sent to other hosts in that domain as well, subject to certain restrictions. See RFC 6265 for more detail. ドメインがドットで始まらないならば、その時クッキーはドメインによって指定される正確なホストにのみ送られます。ドメインがドットで始まるならば、その時クッキーは、特定の制約を条件として、そのドメインの中の他のホストにも同様に送られます。RFC 6265をさらなる詳細として見てください。