From: Ken Coar Date: Thu, 29 Apr 1999 15:44:32 +0000 (+0000) Subject: A minor but frequest request: allow Webmaster control over the X-Git-Tag: apache-apr-merge-3~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a1f46f288cbc2e9d56916deaeab5f2f9fbcda86;p=thirdparty%2Fapache%2Fhttpd.git A minor but frequest request: allow Webmaster control over the name of the tracking cookie. PR: 2921, 4303 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83131 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_usertrack.html b/docs/manual/mod/mod_usertrack.html index ee4ba182c12..87d81ac0f65 100644 --- a/docs/manual/mod/mod_usertrack.html +++ b/docs/manual/mod/mod_usertrack.html @@ -47,6 +47,7 @@ above CustomLog directive. @@ -81,6 +82,46 @@ double quotes.

If this directive is not used, cookies last only for the current browser session.

+

CookieName

+Syntax: CookieName token +
+Default: Apache +
+Context: server config, virtual host, directory, +.htaccess
+Status: optional
+Module: mod_usertrack +
+Compatibility: Apache 1.3.7 and later +

+This directive allows you to change the name of the cookie this module +uses for its tracking purposes. By default the cookie is named +"Apache". +

+

+You must specify a valid cookie name; results are unpredictable if +you use a name containing unusual characters. Valid characters +include A-Z, a-z, 0-9, "_", and "-". +

+

CookieTracking