HttpSessionHandlerImpl

Constructors

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

Members

Functions

createSession
HttpSession createSession(int maxAge)
Undocumented in source. Be warned that the author may not have intended to support it.
getAndCreateSession
HttpSession getAndCreateSession(int maxAge)
Undocumented in source. Be warned that the author may not have intended to support it.
getContextSessionKey
string getContextSessionKey()
Undocumented in source. Be warned that the author may not have intended to support it.
getSession
HttpSession getSession()
Undocumented in source. Be warned that the author may not have intended to support it.
getSession
HttpSession getSession(bool create)
Undocumented in source. Be warned that the author may not have intended to support it.
getSessionById
HttpSession getSessionById(string id)
Undocumented in source. Be warned that the author may not have intended to support it.
getSessionId
string getSessionId(bool create)
Undocumented in source. Be warned that the author may not have intended to support it.
getSessionSize
int getSessionSize()
Undocumented in source. Be warned that the author may not have intended to support it.
removeSession
bool removeSession()
Undocumented in source. Be warned that the author may not have intended to support it.
removeSessionById
bool removeSessionById(string id)
Undocumented in source. Be warned that the author may not have intended to support it.
setContextSessionKey
void setContextSessionKey(string contextSessionKey)
Undocumented in source. Be warned that the author may not have intended to support it.
updateSession
bool updateSession(HttpSession httpSession)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From AbstractHttpSessionHandler

routingContext
RoutingContext routingContext;
Undocumented in source.
sessionIdParameterName
string sessionIdParameterName;
Undocumented in source.
defaultMaxInactiveInterval
int defaultMaxInactiveInterval;
Undocumented in source.
requestedSessionIdFromURL
bool requestedSessionIdFromURL;
Undocumented in source.
requestedSessionIdFromCookie
bool requestedSessionIdFromCookie;
Undocumented in source.
requestedSessionId
string requestedSessionId;
Undocumented in source.
initialize
void initialize()
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.
getHttpSessionFromCookie
string getHttpSessionFromCookie()
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.
isRequestedSessionIdFromCookie
bool isRequestedSessionIdFromCookie()
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.

Meta