-
Notifications
You must be signed in to change notification settings - Fork 10
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
University of Tehran / Advanced Programming
- Quick How-to & Examples
- Creating a New Server
-
Request Handlers
- Serving Static Files
- Serving Dynamic Files
- Getting Data from Client-side
- Redirection
- Serving Template Files
- Template Files
-
Request
- Request-Line
- Query
- Haeder
- Body
-
Response
- Status-Line
- Header
- Body
- Session
- Utilities
- Compile and Run