serby / ctrl

An open source CMS written in node.js
76 stars 14 forks source link

Feature Request: Cookie options #48

Open robnoake opened 12 years ago

robnoake commented 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.

serby commented 12 years ago

That should be possible in expressApplication when defining the session mechanism

evlun commented 12 years ago

@robnoake Can this issue be closed?

bengourley commented 12 years ago

Also need to set session secret.