Open robnoake opened 12 years ago
There should be a mechanism to set cookie options for express from inside properties.js
The most common use case for this will be to set the cookie's domain in the event the app needs to respond to requests on multiple subdomains.
That should be possible in expressApplication when defining the session mechanism
@robnoake Can this issue be closed?
Also need to set session secret.
There should be a mechanism to set cookie options for express from inside properties.js
The most common use case for this will be to set the cookie's domain in the event the app needs to respond to requests on multiple subdomains.