process_request()
process_request(\Pluf_HTTP_Request $request) : boolean
Process the request.
FIXME: We should logout everybody when the session table is emptied.
Parameters
| \Pluf_HTTP_Request | $request |
Returns
boolean —false
Allow a session object in the request.
process_response(\Pluf_HTTP_Request $request, \Pluf_HTTP_Response $response)
Process the response of a view.
If the session has been modified save it into the database. Add the session cookie to the response.
| \Pluf_HTTP_Request | $request | |
| \Pluf_HTTP_Response | $response |