LocalSessionStore

Constructors

this
this()
Undocumented in source.

Members

Functions

contains
bool contains(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
get
HttpSession get(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
put
bool put(string key, HttpSession value)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
bool remove(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
size
int size()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From SessionStore

contains
bool contains(string key)
Undocumented in source.
remove
bool remove(string key)
Undocumented in source.
put
bool put(string key, HttpSession value)
Undocumented in source.
get
HttpSession get(string key)
Undocumented in source.
size
int size()
Undocumented in source.

Meta