A one-page tool to explore your browser's cookie implementation details.
This test iteratively sets cookies one-by-one and verifies the entire set after each addition. This precisely identifies the maximum number of cookies allowed for this domain.
Delay between setting each cookie.
This test finds the maximum size of a single cookie (name + value) by creating a cookie, checking if it was set, and incrementally increasing its size until it fails.
Partitioned cookies require a secure (HTTPS) connection.
This test finds the total storage limit by running multiple tests with different cookie sizes (from 4KB down to 1KB) and reporting the maximum size found. This provides a more accurate result than a single test.
Partitioned cookies require a secure (HTTPS) connection.
This test determines how many cookies of a specific size your browser can store. It correctly calculates the cookie's total size (name + value) to fill the jar.
Create a custom cookie to observe how different attributes work. The table below will update in real-time.
Note: `SameSite=None` and `Partitioned` both require the `Secure` attribute. `HttpOnly` cannot be set via JavaScript.
This table shows all non-HttpOnly cookies currently stored for this domain.
Name | Value |
---|