var domain: String
The domain of the cookie.
クッキーのドメイン。
var portList : [NSNumber]?
The cookie’s port list.
クッキーの持つポートリスト。
Availability 有効性
Technology
var path: String
{ get }
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に対して送られるのを意味します。
var domain: String
var portList : [NSNumber]?