I'm using connect-mongo to store session.
Sometimes I'm getting :
MongoError: E11000 duplicate key error collection
I have a relatively large site that uses mongoDB with replications.
I tried to clear the session document and this appear again.
Thanks