cookie-node
cookie-node copied to clipboard
signed cookie functionality for node.js
Results
2
cookie-node issues
Sort by
recently updated
recently updated
newest added
Its undocumented how to use cookie-node alongside a writeHead call. Only checking the source for cookie-node showed me it was looking for headers as an object -- I was passing...
If you want to set multiple cookies you will see that this is impossible. The problem is described in this post http://caolanmcmahon.com/multiple_set_cookie_headers_in_node_js.html