diamond v2.7.0 (2018-03-07T22:17:16Z)
Dub
Repo
HttpSession.setValue
diamond
http
sessions
HttpSession
Sets a session value.
class
HttpSession
final
void
setValue
(
T
=
string
)
(
string
name
,
T
value
)
Parameters
name
string
The name of the value.
value
T
The value.
Meta
Source
See Implementation
diamond
http
sessions
HttpSession
functions
cacheView
clearValues
getCachedView
getValue
hasValue
removeValue
setValue
updateEndTime
properties
id
Sets a session value.