vibe-http ~master (2021-03-22T09:44:24Z)
Home
Dub
Repo
SessionStore.set
vibe
http
session
SessionStore
Sets a name/value pair for a given session.
interface
SessionStore
@
safe
void
set
(
string
id
,
string
name
,
Variant
value
)
Meta
Source
See Implementation
vibe
http
session
SessionStore
functions
create
createSessionInstance
destroy
get
isKeySet
iterateSession
open
remove
set
properties
storageType
Sets a name/value pair for a given session.