#How do I clear cookies, they just come back!
5 messages · Page 1 of 1 (latest)
Try using cookie.set("cookiename", ""), that worked for me :D
@glacial parcel can you add this in the docs (just a small message) you can go on github and click edit in the file directly to make the pr
@hallow mural sure :D
cookie.delete should also work right ?
https://github.com/QwikDev/qwik/pull/6331
yup I'll merge it thanks