Instance Property
インスタンスプロパティ
sameSitePolicy
A Boolean value that indicates whether to restrict the cookie to requests sent back to the same site that created it.
あるブール値、それはクッキーをそれが作成されたのと同じサイトに逆に送り返されるリクエストに制限するかどうかを指し示します。
Discussion
議論
Along with the policy values defined by NSHTTPCookieStringPolicy
, this property may also be nil
. In this case, cross-site requests include the cookie.
NSHTTPCookieStringPolicy
によって定義される方針値とともに、このプロパティはまたnil
かもしれません。この場合、クロスサイトリクエストはクッキーを含みます。
See Also
参照
Securing Cookies
クッキーを安全にする
HTTPOnly
A Boolean value that indicates whether the cookie should only be sent to HTTP servers.
クッキーがHTTPサーバにのみ送られるべきかどうかを指し示すブール値。
secure
A Boolean value that indicates whether the cookie may only be sent over secure channels.
あるブール値、それはクッキーが安全な経路越しに送られるだけであるかもしれないかどうかを指し示します。
NSHTTPCookieStringPolicy
Values that indicate whether to restrict the cookie to requests sent back to the same site that created it.
いくつかの値、それらはクッキーをそれが作成されたのと同じサイトに送り返されるリクエストに制限するかどうかを指し示します。