I\'m developing a website with node.js and express. How can I set a cookie value?
You could just use the response object that express provides to set your cookies.
You can find detailed information on how to do that at: http://expressjs.com/en/api.html#res.cookie