Clear cookies page
Current cookie: not set
Set a cookie with 10 seconds lifetime
Set-Cookie: UserName=Mad-Max; expires=Thu, 16 Jul 2026 02:52:58 GMT; path=/
Remove cookie using expire time (one day ago)
Set-Cookie: UserName=Mad-Max; expires=Wed, 15 Jul 2026 02:52:48 GMT; path=/
Remove cookies using the clear site data header
Clear-Site-Data: "cookies"
more information:
Clear-Site-Data at Mozilla
Clear Site Data specification