I am just a newbie with Mongodb. We have been using memcache for long time to store user session. Since we have a for application server i.e www but we only use one server to store users session (memcache).
I would like to use mongodb to store session in multiple server, in my case I have six web server and would like to store session across these server. In other word, share / replicate users session across the server. How Can I configure this with mongodb ?