cross-cookies
Easily set cross subdomain cookies
Installation
npm install cross-cookies
Usage
// Setup cors `withCredentials`app appappkeys = 'zippity' 'doo' 'da' app
Note: If you're going to set cookies across subdomains, you're going to need to be able to make requests across subdomains, so you'll need to set up CORS.
License
(The MIT License)
Copyright (c) 2015 Matthew Mueller <mattmuelle@gmail.com>