From 05412e7ef9718a2bd0956696b264d35b4f873e63 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Fri, 9 Aug 2019 11:29:57 +0000 Subject: [PATCH] Synch a bit with trunk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1864783 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_session.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_session.xml b/docs/manual/mod/mod_session.xml index b7e00034cd6..4a29797edfa 100644 --- a/docs/manual/mod/mod_session.xml +++ b/docs/manual/mod/mod_session.xml @@ -263,7 +263,7 @@ SessionCookieName session path=/ AuthFormProvider file AuthUserFile "conf/passwd" AuthType form -AuthName realm +AuthName "realm" #... @@ -310,7 +310,7 @@ AuthName realm session from or writing the session to the chosen storage mechanism is handled by the mod_session modules and corresponding configuration. - +
Applications behind mod_proxy
If the SessionHeader directive is used to define an HTTP request header, the session, encoded as @@ -320,7 +320,7 @@ AuthName realm above, any encryption or decryption, and the reading the session from or writing the session to the chosen storage mechanism is handled by the mod_session modules and corresponding configuration.
- +
Standalone applications
Applications might choose to manipulate the session outside the control of the Apache HTTP server. In this case, it is the responsibility of the -- 2.47.3