* request to be present, and each request might have a session
* defined. We need to go through each session in turn, and save each
* one.
- *
+ *
* The same session might appear in more than one request. The first
* attempt to save the session will be called
*/
*
* Load the session within a fixup - this ensures that the session is
* properly loaded prior to the handler being called.
- *
+ *
* The fixup is also responsible for injecting the session into the CGI
* environment, should the admin have configured it so.
- *
+ *
* @param r The request
*/
static int session_fixups(request_rec * r)