ca98am79 / connect-dynamodb

DynamoDB session store for Connect
http://ca98am79.github.com/connect-dynamodb/
MIT License
144 stars 66 forks source link

If sess.cookie.maxAge not set, sessions are expiring too soon #4

Closed b2mdevelopment closed 11 years ago

b2mdevelopment commented 11 years ago

When sess.cookie.maxAge is missing from the session options the expiry is defaulting to 86400 milliseconds. It should default to 86400000 milliseconds

@roylines and @jamesbloomer