diamond ~master (2020-03-31T19:16:28Z)
Home
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
endTime
id
Sets a session value.