semitwistWeb.session

Written in the D programming language.

Members

Classes

SessionData
class SessionData
Undocumented in source.

Enums

LoginState
enum LoginState
Undocumented in source.

Functions

restoreSessions
void restoreSessions(Connection dbConn)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

cookiePath
string cookiePath [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_cookiePath
string _cookiePath;
Undocumented in source.
sessionStore
SessionStore sessionStore;
Undocumented in source.
sessions
SessionData[string] sessions;
Undocumented in source.
useInsecureCookies
bool useInsecureCookies;
Undocumented in source.

Meta