在 Socket.IO 中,"io" cookie 的用途是什么?
In Socket.IO, what is the "io" cookie used for?
我知道这是一个会话 cookie,但 Socket.IO 实际使用 io
cookie 的目的是什么?我知道我可以禁用它,但在 the docs 上找不到其他任何东西。为什么默认启用它?如果禁用它,我将失去或破坏什么?
很明显,根据对 this Github 问题的回答,"it's not used for anything" 所以禁用它是安全的。
我知道这是一个会话 cookie,但 Socket.IO 实际使用 io
cookie 的目的是什么?我知道我可以禁用它,但在 the docs 上找不到其他任何东西。为什么默认启用它?如果禁用它,我将失去或破坏什么?
很明显,根据对 this Github 问题的回答,"it's not used for anything" 所以禁用它是安全的。