#How do I clear cookies, they just come back!

5 messages · Page 1 of 1 (latest)

granite herald
#

I want to clear cookies, but they keep returning.

I am on frontside and i am just setting window.document.cookies = "". When refreshing site they come back.

I also tried server$((function() {
this.cookie.delete("mycookie");
});

Does not seem to remove it.

Why is cookiehandling in qwik so hard to work with?

glacial parcel
#

Try using cookie.set("cookiename", ""), that worked for me :D

hallow mural
#

@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

glacial parcel
hallow mural
#

yup I'll merge it thanks