connect-mongostore icon indicating copy to clipboard operation
connect-mongostore copied to clipboard

MongoDB session store for Connect/Express.

Results 13 connect-mongostore issues
Sort by recently updated
recently updated
newest added

hi,this is my error and will console the error 'can't set the headers after the res has sent', ![image](https://cloud.githubusercontent.com/assets/8284860/9039087/9304f170-3a2b-11e5-8459-e555c24d202d.png) i guess it maybe that the req.session.user set sync call the...

After updating MongoDB 2.6 to 3.0 such error occures periodically. ![2015-03-26 11 39 48](https://cloud.githubusercontent.com/assets/4901187/6843609/530a7d9a-d3ad-11e4-8c34-107136841c75.png)

When an express instance using connect-mongostore is accessed for the first time, and there are multiple concurrent requests to that server, connect-mongostore will fail with an error. If I wait...

to avoid the annoying "js-bson: Failed to load c++ bson extension, using pure JS version" error at least for iojs 2.3

According to the docs: http://mongodb.github.io/node-mongodb-native/api-generated/db.html http://mongodb.github.io/node-mongodb-native/api-generated/replset.html The replica set options should be used as a parameter for ReplSet, not Db (which uses options, not replica set options). Also it looks...

Right it's using the node.js `url` module to parse it, with works for single hosts but doesn't work with replica sets. Some Examples: - mongodb, the official driver, https://github.com/mongodb/node-mongodb-native/blob/master/lib/mongodb/connection/url_parser.js -...

bug

This function now gets a well parsed url based on the parse function that MongoDb uses. Then this function maps the parsed data into an options structure that matches what...

I'm trying to see what will happen when the database server goes away. I have configured the socketOptions with timeout for various numbers. I have set it to 10, and...

question

While working on a local machine (very low latency) between frontend and backend, I had the following rare case: When the ".set" gets called, there is some time between submitting...

enhancement

http://docs.mongodb.org/manual/reference/connection-string/ - the connection string can have multiple hosts. Any chance to support these?

feature