Socket.io(或node.js)和Cookie

发布于 2025-01-02 05:25:08 字数 156 浏览 1 评论 0原文

我有一个保存 Cooke 的应用程序,并希望从 node.js 和 Socket.io 获取该 cookie,虽然该应用程序与我的节点应用程序在同一服务器上运行,但它们位于不同的端口上。

我可以这样做吗?如何做? (需要在 IE 8+、FF、Chrome 和 Safari 中工作)

I have an application that saves a cooke and would like to get hold of that cookie from node.js and Socket.io, while the application is running on the same server as my node app, they are on different ports.

Can I do this and how? (needs to work in IE 8+, FF, Chrome and Safari)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

红焚 2025-01-09 05:25:08

我是个白痴,忘记了 socket.io 是双向工作的,所以我可以在连接到服务器时将 cookie 发送到服务器! - 这是帮助我的链接: 堆栈溢出问题

I am an idiot and forgot that socket.io works both ways, so I can just send the cookie to the server on connecting to it! - Here's the link that helped me out: Stack Overflow question

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文