]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
typo.
authorLucien Gentis <lgentis@apache.org>
Sat, 7 Mar 2020 13:48:58 +0000 (13:48 +0000)
committerLucien Gentis <lgentis@apache.org>
Sat, 7 Mar 2020 13:48:58 +0000 (13:48 +0000)
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

index d9424fce042593a74f0c2995eabb700a94ac4276..ad85bd73fa24603c89d11128922fb68b2094cd6c 100644 (file)
@@ -184,7 +184,7 @@ SessionCookieName2 session path=/private;domain=example.com;httponly;secure;vers
 <usage>
     <p>The <directive>SessionCookieMaxAge</directive> 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.  </p>