From: Lucien Gentis Date: Sat, 7 Mar 2020 13:48:58 +0000 (+0000) Subject: typo. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1592 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06d589401a70745f22bcbf1e80ada66183c20849;p=thirdparty%2Fapache%2Fhttpd.git typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874941 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_session_cookie.xml b/docs/manual/mod/mod_session_cookie.xml index d9424fce042..ad85bd73fa2 100644 --- a/docs/manual/mod/mod_session_cookie.xml +++ b/docs/manual/mod/mod_session_cookie.xml @@ -184,7 +184,7 @@ SessionCookieName2 session path=/private;domain=example.com;httponly;secure;vers

The SessionCookieMaxAge flag controls whether the session expiration will be specified in the Max-Age attribute on the - cookie sent to the client. When set to 'Off', the attribtue will not be + cookie sent to the client. When set to 'Off', the attribute will not be added and clients will only return the cookie until "the current session is over". This often means until the browser is closed.