Public Member Functions | List of all members
ClientSession Class Referencefinal

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ClientSession()

ClientSession ( const System::Clock clock)
inline

Create a client session object with a new session id.


The documentation for this class was generated from the following file: