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 宣言

var sameSitePolicy: HTTPCookieStringPolicy? { get }

Discussion 議論

Along with the policy values defined by HTTPCookieStringPolicy, this property may also be nil. In this case, cross-site requests include the cookie. HTTPCookieStringPolicyによって定義される方針値とともに、このプロパティはまたnilかもしれません。この場合、クロスサイトリクエストはクッキーを含みます。

See Also 参照

Securing Cookies クッキーを安全にする