Function MongoSessionStore.iterateSession
Iterates all keys stored in the given session.
int iterateSession
(
string id,
scope @safe int delegate(string) del
) @safe;
Iterates all keys stored in the given session.
int iterateSession
(
string id,
scope @safe int delegate(string) del
) @safe;