Posts by daniel vicente • 1 point
1 post
-
-1
votes1
answer122
viewsQ: How do I delete cookies on Node.js when the user leaves the site?
I am setting a cookie in Node.js when the user chooses the language: res.cookie('lang', req.body.lang) But I wanted to delete the cookie when it closes the site, so that when it comes back the…