mongo_session_store
mongo_session_store copied to clipboard
BSON class names
Hello!
I fixed BSON class names to avoid warnings because the old names are deprecated.
BSON::ObjectID -> BSON::ObjectId BSON::InvalidObjectID -> BSON::InvalidObjectId
Can you accept the pull request and publish the new version?
Thank you.