HttpSession

Members

Functions

getAttributes
Map!(string, Object) getAttributes()
Undocumented in source. Be warned that the author may not have intended to support it.
getCreationTime
long getCreationTime()
Undocumented in source. Be warned that the author may not have intended to support it.
getId
string getId()
Undocumented in source. Be warned that the author may not have intended to support it.
getLastAccessedTime
long getLastAccessedTime()
Undocumented in source. Be warned that the author may not have intended to support it.
getMaxInactiveInterval
int getMaxInactiveInterval()

Get the max inactive interval. The time unit is second.

isInvalid
bool isInvalid()
Undocumented in source. Be warned that the author may not have intended to support it.
isNewSession
bool isNewSession()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
setAttributes
void setAttributes(Map!(string, Object) attributes)
Undocumented in source. Be warned that the author may not have intended to support it.
setCreationTime
void setCreationTime(long creationTime)
Undocumented in source. Be warned that the author may not have intended to support it.
setId
void setId(string id)
Undocumented in source. Be warned that the author may not have intended to support it.
setLastAccessedTime
void setLastAccessedTime(long lastAccessedTime)
Undocumented in source. Be warned that the author may not have intended to support it.
setMaxInactiveInterval
void setMaxInactiveInterval(int maxInactiveInterval)

Set the max inactive interval. The time unit is second.

setNewSession
void setNewSession(bool newSession)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
HttpSession create(string id, int maxInactiveInterval)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta