Set a cookie value in Node.js

前端 未结 2 1000
不知归路
不知归路 2020-12-08 14:27

I\'m developing a website with node.js and express. How can I set a cookie value?

2条回答
  •  醉梦人生
    2020-12-08 15:12

    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

提交回复
热议问题