import { deleteCookie } from "https://deno.land/std@0.201.0/http/mod.ts";
Set the cookie header with empty value in the headers to delete it
Note: Deleting a
Cookie
will set its expiration date before now. Forcing the browser to delete it.
import { deleteCookie } from "https://deno.land/std@0.201.0/http/mod.ts";
Set the cookie header with empty value in the headers to delete it
Note: Deleting a
Cookie
will set its expiration date before now. Forcing the browser to delete it.