From 9a1f46f288cbc2e9d56916deaeab5f2f9fbcda86 Mon Sep 17 00:00:00 2001 From: Ken Coar Date: Thu, 29 Apr 1999 15:44:32 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_usertrack.html | 41 ++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/docs/manual/mod/mod_usertrack.html b/docs/manual/mod/mod_usertrack.html index ee4ba182c1..87d81ac0f6 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