#include <qhttpsession.h>
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) |
Definition at line 16 of file qhttpsession.h.
|
|
Sets the time the user last accessed this session. If the time is null then the current time is used. |
1.2.17