Skip to content

Session

h@di edited this page Jul 20, 2018 · 1 revision

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()

AP HTTP

Clone this wiki locally