Inspect Set-Cookie headers: security attributes, expiry, domain binding.
The Cookie Analyzer on 101IP makes an HTTP request to the given URL and inspects all Set-Cookie headers in the server response. Each cookie is checked for security attributes and warnings are displayed.
Strict â same-site only; Lax â allows top-level navigational GET requests; None â no restrictions (requires Secure).Cookies without Expires or Max-Age are session cookies â the browser deletes them when closed. Persistent cookies are stored until the specified date or Max-Age expires.
This tool only shows cookies set by the server via HTTP headers. Cookies set by JavaScript (document.cookie) are not visible. Some sites only set cookies after login â in that case, try checking the specific login page URL.