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

sameSitePolicy

A Boolean value that indicates whether to restrict the cookie to requests sent back to the same site that created it. あるブール値、それはクッキーをそれが作成されたのと同じサイトに逆に送り返されるリクエストに制限するかどうかを指し示します。

Declaration 宣言

@property(nullable, readonly, copy) NSHTTPCookieStringPolicy sameSitePolicy;

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 クッキーを安全にする