Clear cookies page


Current cookie: not set


Set a cookie with 10 seconds lifetime
Set-Cookie: UserName=Mad-Max; expires=Wed, 24 Jun 2026 15:52:32 GMT; path=/


Remove cookie using expire time (one day ago)
Set-Cookie: UserName=Mad-Max; expires=Tue, 23 Jun 2026 15:52:22 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