SessionStorage

Constructors

this
this(Cache cache, string prefix, int expire)
Undocumented in source.

Members

Aliases

set
alias set = put
Undocumented in source.

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
containsKey
bool containsKey(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
expire
int expire()
Undocumented in source. Be warned that the author may not have intended to support it.
expire
void expire(int expire)
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.
getRealAddr
string getRealAddr(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
put
bool put(HttpSession session)
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.
setPrefix
void setPrefix(string prefix)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

generateSessionId
string generateSessionId(string sessionName)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta