WebFramework v3.0.12
Web framework for C++.
|
Public Member Functions | |
void | setAttribute (const std::string &ip, const std::string &name, const std::string &value) |
std::string | getAttribute (const std::string &ip, const std::string &name) |
void | deleteSession (const std::string &ip) |
void | deleteAttribute (const std::string &ip, const std::string &name) |
Definition at line 7 of file SessionsManager.h.
framework::SessionsManager::SessionsManager | ( | ) |
Definition at line 96 of file SessionsManager.cpp.
void framework::SessionsManager::deleteAttribute | ( | const std::string & | ip, |
const std::string & | name ) |
Definition at line 127 of file SessionsManager.cpp.
void framework::SessionsManager::deleteSession | ( | const std::string & | ip | ) |
Definition at line 120 of file SessionsManager.cpp.
string framework::SessionsManager::getAttribute | ( | const std::string & | ip, |
const std::string & | name ) |
Definition at line 111 of file SessionsManager.cpp.
void framework::SessionsManager::setAttribute | ( | const std::string & | ip, |
const std::string & | name, | ||
const std::string & | value ) |
Definition at line 102 of file SessionsManager.cpp.