...to a websocket client · Issue #473 · websockets/ws...
I need to set cookie. This decision is not work ((( ! ** ** wss.on("headers", function(headers) { headers["set-cookie"] = "SESSIONID=" + crypto.randomBytes(20).toString("hex"); console.log(headers["set-cookie"]); });