cometd / cometd-nodejs-client

CometD client for NodeJS
Apache License 2.0
17 stars 7 forks source link

Isolate cookies from multiple clients #4

Closed sbordet closed 7 years ago

sbordet commented 7 years ago

Right now cookies are stored globally so that two clients created concurrently will receive different BAYEUX_BROWSER cookie values, and this will confuse the server.

Would be great to be able to provide a scoped cookie store, where the scope should be decided by the application.