You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever the cometd server sets the bayeux browser cookie on handshake, the original cookie set in cometd.configure({requestHeaders:{}}) gets overwritten...
Is there a way I can change this?
The text was updated successfully, but these errors were encountered:
Can you please detail?
What exact cookie do you set in the requestHeaders, what other cookies are involved, what you see on the server side and what instead you would like to happen.
When configuring the cometd client using,
cometd.configure({
url: 'http://localhost:5001',
requestHeaders: {"cookie": "mycookie=cookie"}
});
I set a cookie using request headers...
However, upon establishing the handshake, the cometDServer sets the BAYEUX_BROWSER cookie.
I want both cookies to remain in the subsequent requests sent to the cometDServer.
Whenever the cometd server sets the bayeux browser cookie on handshake, the original cookie set in
cometd.configure({requestHeaders:{}})
gets overwritten...Is there a way I can change this?
The text was updated successfully, but these errors were encountered: