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.

Attribute boundaries

SameSite controls cross-site sending, Secure requires HTTPS, and HttpOnly limits script access.

CaseResultKey point
Choose a case to show the matrix.

Why no real Cookie is issued

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.