MongoSessionStore.this

Constructs a new MongoDB session store using a collection object.

  1. this(string url, string collection)
  2. this(MongoDatabase db, string collection)
  3. this(MongoCollection collection)
    class MongoSessionStore

Parameters

collection MongoCollection

the collection to store sessions in.

Meta