vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
SessionStore.iterateSession
index
vibe
http
session
SessionStore
Iterates all keys stored in the given session.
interface
SessionStore
@
safe
int
iterateSession
(
string
id
,
scope
int
delegate
(
string
key
)
@
safe
del
)
Meta
Source
See Implementation
index
vibe
http
session
SessionStore
functions
create
createSessionInstance
destroy
get
isKeySet
iterateSession
open
remove
set
properties
storageType
Iterates all keys stored in the given session.