SameSite Cookie Attribute
The SameSite attribute tells a browser when and how to fire a cookie in first or third-party situations. This attribute prevents the browser from sending the cookie along with cross-site requests in order to mitigate risks of cross-origin attacks. See the following resource for more information: SameSite Cookie Attribute Explained