Clear cookies page


Current cookie: not set


Set a cookie with 10 seconds lifetime
Set-Cookie: UserName=Mad-Max; expires=Fri, 17 Apr 2026 09:18:00 GMT; path=/


Remove cookie using expire time (one day ago)
Set-Cookie: UserName=Mad-Max; expires=Thu, 16 Apr 2026 09:17:50 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