You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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!