SessionStore.iterateSession

Iterates all keys stored in the given session.

interface SessionStore
@safe
int
iterateSession
(
string id
,
scope int delegate
(
string key
)
@safe
del
)

Meta