AbstractHttpSessionHandler

Constructors

this
this(RoutingContext routingContext, string sessionIdParameterName, int defaultMaxInactiveInterval)
Undocumented in source.

Members

Functions

getHttpSessionFromCookie
string getHttpSessionFromCookie()
Undocumented in source. Be warned that the author may not have intended to support it.
getHttpSessionFromURL
string getHttpSessionFromURL()
Undocumented in source. Be warned that the author may not have intended to support it.
getRequestedSessionId
string getRequestedSessionId()
Undocumented in source. Be warned that the author may not have intended to support it.
getSessionIdParameterName
string getSessionIdParameterName()
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.
isRequestedSessionIdFromCookie
bool isRequestedSessionIdFromCookie()
Undocumented in source. Be warned that the author may not have intended to support it.
isRequestedSessionIdFromURL
bool isRequestedSessionIdFromURL()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

defaultMaxInactiveInterval
int defaultMaxInactiveInterval;
Undocumented in source.
requestedSessionId
string requestedSessionId;
Undocumented in source.
requestedSessionIdFromCookie
bool requestedSessionIdFromCookie;
Undocumented in source.
requestedSessionIdFromURL
bool requestedSessionIdFromURL;
Undocumented in source.
routingContext
RoutingContext routingContext;
Undocumented in source.
sessionIdParameterName
string sessionIdParameterName;
Undocumented in source.

Inherited Members

From HttpSessionHandler

getSessionById
HttpSession getSessionById(string id)
Undocumented in source.
getSession
HttpSession getSession()
Undocumented in source.
getSession
HttpSession getSession(bool create)
Undocumented in source.
getAndCreateSession
HttpSession getAndCreateSession(int maxAge)
Undocumented in source.
getSessionSize
int getSessionSize()
Undocumented in source.
removeSession
bool removeSession()
Undocumented in source.
removeSessionById
bool removeSessionById(string id)
Undocumented in source.
updateSession
bool updateSession(HttpSession httpSession)
Undocumented in source.
isRequestedSessionIdFromURL
bool isRequestedSessionIdFromURL()
Undocumented in source.
isRequestedSessionIdFromCookie
bool isRequestedSessionIdFromCookie()
Undocumented in source.
getRequestedSessionId
string getRequestedSessionId()
Undocumented in source.
getSessionIdParameterName
string getSessionIdParameterName()
Undocumented in source.

Meta