Clear cookies page


Current cookie: not set


Set a cookie with 10 seconds lifetime
Set-Cookie: UserName=Mad-Max; expires=Sun, 30 Aug 2026 12:50:02 GMT; path=/


Remove cookie using expire time (one day ago)
Set-Cookie: UserName=Mad-Max; expires=Sat, 29 Aug 2026 12:49:52 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