C++ Web Framework  3.0
Session Member List

This is the complete list of members for Session, including all inherited members.

addAttribute(const QString &name, QObject *value) noexceptSessioninline
getAttribute(const QString &name) const noexceptSessioninline
getAttributeNames()Session
getAutoClearAttributes() const noexceptSessioninline
getCreationTime() const noexceptSessioninline
getId() constSession
getLastAccessedTime() const noexceptSessioninline
getSessionTimeOut() const noexceptSessioninline
HttpReadRequest (defined in Session)Sessionfriend
invalidate() noexceptSessioninline
isExpired()Session
removeAttribute(const QString &name) noexceptSessioninline
Request (defined in Session)Sessionfriend
Session(const QString &id, qint64 sessionTimeOut)Sessionexplicit
setAutoClearAttributes(bool value) noexceptSessioninline
setSessionTimeOut(qint64 value)Session
validate()Session
~Session() (defined in Session)Session