The session object for a client. More...
#include <ClientSession.hpp>
Public Member Functions | |
ClientSession (const System::Clock &clock) | |
Create a client session object with a new session id. More... | |
The session object for a client.
The client can connect through multiple HTTP sessions. The client session object is the same for all of the associated HTTP sessions.
The identity of a client session is made via the session cookie.
Client sessions are valid until the client does not connect for the configurable timeout period or when a web application explicitly deletes the client session.
|
inline |
Create a client session object with a new session id.