A Cookie Associated With A Cross-site Resource At Http://134tow.com.au/ Was Set Without The `SameSite` Attribute Code Example
Example: A cookie associated with a cross-site resource at http://placeholder.com/ was set without the `SameSite` attribute.
response.setHeader("Set-Cookie", "HttpOnly;Secure;SameSite=Strict");
Comments
Post a Comment