Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

QHttpSession Class Reference

Stores data about a session. More...

#include <qhttpsession.h>

List of all members.

Public Methods

 QHttpSession ()
 ~QHttpSession ()
void invalidate ()
bool isNew () const
void setNew (bool isnew=false)
QDateTime creationTime () const
QString id () const
void setLastAccessTime (const QDateTime &dt=QDateTime())
QDateTime lastAccessedTime () const
int maxInactiveInterval () const
void setMaxInactiveInterval (int interval)
QVariant value (const QString &name) const
QStringList valueNames () const
void setValue (const QString &name, const QVariant &value)
void removeValue (const QString &name)


Detailed Description

Stores data about a session.

Author:
Richard Moore

Definition at line 16 of file qhttpsession.h.


Member Function Documentation

void QHttpSession::setLastAccessTime const QDateTime &    dt = QDateTime()
 

Sets the time the user last accessed this session.

If the time is null then the current time is used.


The documentation for this class was generated from the following file:
Generated on Wed Apr 9 23:50:22 2003 for QXServlet by doxygen1.2.17