MemorySessionStore.iterateSession

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int delegate(int delegate(ref string key, ref Variant value) @(safe)) @(safe) iterateSession(string id)
    class MemorySessionStore
    @safe
    int delegate
    (
    int delegate
    (
    ref string key
    ,
    ref Variant value
    )
    @safe
    )
    @safe
    iterateSession
    (
    string id
    )
  2. int iterateSession(string id, int delegate(string key) @(safe) del)

Meta