I need to remove a cookie from the HTTP request that gets to the server. Doing it on the client (that writes this cookie) or on the server (that reads it) is not an option.
I use this to unset all cookies (good to serve static content)
Header unset Cookie Header unset Set-Cookie