+ 1
In what ways are Cookies deleted by using JavaScript?
2 Answers
+ 6
Basically, you set the expiration date to already expired and the browser will delete it.
https://www.w3schools.com/js/js_cookies.asp
0
i'm pretty sure PHP is used for that, given JS is client-side and PHP is server-side