hunt-http ~master (2022-03-03T02:59:30Z)
Home
Dub
Repo
SessionStore
hunt
http
server
HttpSession
interface
SessionStore : Lifecycle {
bool
contains
(string key);
bool
remove
(string key);
bool
put
(string key, HttpSession value);
HttpSession
get
(string key);
int
size
();
}
Members
Functions
contains
bool
contains
(string key)
Undocumented in source.
get
HttpSession
get
(string key)
Undocumented in source.
put
bool
put
(string key, HttpSession value)
Undocumented in source.
remove
bool
remove
(string key)
Undocumented in source.
size
int
size
()
Undocumented in source.
Meta
Source
See Implementation
hunt
http
server
HttpSession
classes
HttpSession
functions
getRandom
interfaces
HttpSessionHandler
SessionStore
variables
DefaultSessionIdName