node.js - Need a way to create a cookie so that node js server can access it (cross domain) -
i have node.js
server socket.io
. many domains communicate node server.
i need way create cookie domain node.js server that, when client node.js server can access cookie.
this identifying clients on reloads or page navigation in domain.
i have searched lot this, couldn't find solution. have seen many people leveraging authorization
event. afraid don't know when gets triggered , call backs. unsure if can sent cookie client.
if need more information, please let me know.
Comments
Post a Comment