Hello. Is it possible to completely delete a cookie?
I've tried cookie:set({key = "jwt",value = nil}) but that does nothing. cookie:set({key = "jwt",value = ""}) does succeed in setting the cookie value to empty, but my goal is to delete the cookie completely.
Thanks!