SessionStore

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