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

domain

The domain of the cookie. クッキーのドメイン。

Declaration 宣言

var domain: String { get }

Discussion 議論

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をさらなる詳細として見てください。

See Also 参照

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