18 m_data->lastAccess = QDateTime::currentDateTime();
19 m_data->id = QUuid::createUuid().toString().toUtf8();
24 QMutexLocker locker1(&m_mutex);
25 m_data = other.m_data;
27 m_data->
lastAccess = QDateTime::currentDateTime();
33 QMutexLocker locker1(&m_mutex);
34 m_data = other.m_data;
36 m_data->
lastAccess = QDateTime::currentDateTime();
HttpSession()
Constructor, should be private. Do not use in your code.
QDateTime lastAccess()
Return time of last access to the session.
Information about one session.
HttpSession & operator=(const HttpSession &other)
Operator=(), should be private. Do not use in your code.
Namespace of HTTP server.