rest-cpp
REST-like framework and server for blazing fast web applications in C++11
REST::Session Class Reference

Public Member Functions

 Session (std::string i)
 

Static Public Member Functions

static std::map< std::string,
std::shared_ptr< Session > > * 
Sessions ()
 
static std::shared_ptr< SessiongetSession (std::string)
 
static std::string generateId ()
 
static void killSessions ()
 

Public Attributes

std::map< std::string,
std::string > 
data
 

Detailed Description

Session hold data between requests.