⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
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