Remove cookiex out of COOKIES dict
-
Hello,
can we have a reverse function for this one, please
SET COOKIE "token" "abcdef"
this one is working very good for me, it did save me in many cases.
so that why i am asking if it is possible to have a reverse function
that would help to remove a cookiex out of the cookiebecause i find it had to parse all cookies + clear all cookies then send the parsed cookies in the next request
thank you
best regards
-
You can already do this, read the LoliScript documentation
-
this --> SET COOKIE "token" "abcdef"
i know that i can do iti am asking for a way to remove a cookie by name out of the <COOKIES> object
-
I don't think you understood. Did you read the loliscript documentation?
-
i really missed this
thank you