cometd / cometd-nodejs-client

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

Make cookie handling pluggable #28

Closed sbordet closed 2 years ago

sbordet commented 2 years ago

Cookie handling is currently very simple, just based on the host and without support for path, expiration, etc.

Rather than relying on an external dependency, it should be possible to provide a minimal implementation that can be overridden by applications that wants to use a more sophisticated cookie handling, possibly injecting external cookies and taking into account other cookie parameters.