We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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