web / Cookie / attribute review
Cookie attribute review guide
Review SameSite cross-site sending conditions, Secure, and HttpOnly with synthetic cases. No real Cookies or authentication data are handled.
web / Cookie / attribute review
Review SameSite cross-site sending conditions, Secure, and HttpOnly with synthetic cases. No real Cookies or authentication data are handled.
SameSite controls cross-site sending, Secure requires HTTPS, and HttpOnly limits script access.
| Case | Result | Key point |
|---|---|---|
| Choose a case to show the matrix. | ||
This page does not read or write Cookies, authentication, or current site state, and it does not persist anything.
Synthetic results do not certify a real site domain, path, scheme, or browser policy. Confirm the receiving contract separately.