What is the primary consequence of setting the ‘SameSite’ attribute to ‘None’ on a cross-site cookie?

Web Development Hard

Web Development — Hard

What is the primary consequence of setting the ‘SameSite’ attribute to ‘None’ on a cross-site cookie?

Key points

  • SameSite=None requires Secure attribute
  • Cross-site cookies increase CSRF risk
  • Lax is the modern browser default

Ready to go further?

Related questions