MongoSessionStore

Session class for HTTPServerSettings.sessionStore

Constructors

this
this(string host, string database, string collection)
this
this(MongoClient client, string database, string collection)
this
this(MongoDatabase database, string collection)
this
this(MongoCollection collection)

Members

Functions

create
Session create()
Undocumented in source. Be warned that the author may not have intended to support it.
destroy
void destroy(string id)
Undocumented in source. Be warned that the author may not have intended to support it.
get
Variant get(string id, string key, Variant defaultVal)
Undocumented in source. Be warned that the author may not have intended to support it.
isKeySet
bool isKeySet(string id, string key)
Undocumented in source. Be warned that the author may not have intended to support it.
iterateSession
int iterateSession(string id, int delegate(string key) del)
Undocumented in source. Be warned that the author may not have intended to support it.
open
Session open(string id)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(string id, string key, Variant value)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

storageType
SessionStorageType storageType [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta