robinfehr/sessionstore

CouchDB give undefined is not a function at `res.expires.getTime()` -> crashes entire application

priyanknarvekar opened this issue · 0 comments

Issue when using Couchdb as a session store, possibly cradle returns expires as a string and not a date object.

image

Can be fixed by changing databases/couchdb.js (Line 152-155):
image