From 06d589401a70745f22bcbf1e80ada66183c20849 Mon Sep 17 00:00:00 2001 From: Lucien Gentis Date: Sat, 7 Mar 2020 13:48:58 +0000 Subject: [PATCH] typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874941 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_session_cookie.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- 2.47.3