Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 cometd.net 客户端,服务器端使用 cometd java。握手后,服务器会返回一个 json 有效载荷,在响应头中,有 Set-Cookie: BAYEUX_BROWSER=533bkb4ydvb9rti9gz9zxs3fgfv,如何从客户端获取这个?我看到json有效负载中有clientid,但这不是bayeux_broswer。谢谢
我得到了它。它在 LongPollingTransport.GetResponseCallback 中,将响应中的 cookie 添加到 LongPollingTransport.parent