There was an error while loading. Please reload this page.
You can handle sessions using SessionId and using following functions in handlers:
void Response::setSessionId(std::string sessionId)
void Request::setSessionId(std::string sessionId)
std::string Request::getSessionId()
Request
Response