connect-mongostore
connect-mongostore copied to clipboard
MongoDB session store for Connect/Express.
I have configured MongoStore to connect to a replica set, the connection is successful and I can see session being added in the sessions collection. But when I try to...
If you upgrade to connect 3.0+, you'll see the tests no longer pass. I imagine that indicates the reason that I can't get this library to run under connect 3.0...
I have configured MongoStore to connect to a replica set. It seems to connect just fine, but whenever I try to access my site, the requests simply time out. There...