- getAndCreateSession
HttpSession getAndCreateSession(int maxAge)
Undocumented in source.
- getRequestedSessionId
string getRequestedSessionId()
Undocumented in source.
- getSession
HttpSession getSession()
Undocumented in source.
- getSession
HttpSession getSession(bool create)
Undocumented in source.
- getSessionById
HttpSession getSessionById(string id)
Undocumented in source.
- getSessionIdParameterName
string getSessionIdParameterName()
Undocumented in source.
- getSessionSize
int getSessionSize()
Undocumented in source.
- isRequestedSessionIdFromCookie
bool isRequestedSessionIdFromCookie()
Undocumented in source.
- isRequestedSessionIdFromURL
bool isRequestedSessionIdFromURL()
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.