From: Ken Coar Date: Thu, 16 Aug 2001 02:30:09 +0000 (+0000) Subject: Document the recent directive enhancements for cookie syntaces. X-Git-Tag: 2.0.24~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72c47f3d7803f1ac8c953d8ebd79006c05641425;p=apache Document the recent directive enhancements for cookie syntaces. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90184 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_usertrack.html b/docs/manual/mod/mod_usertrack.html index a98875113e..c8fe14e480 100644 --- a/docs/manual/mod/mod_usertrack.html +++ b/docs/manual/mod/mod_usertrack.html @@ -52,8 +52,10 @@ added.

Directives

@@ -63,7 +65,7 @@ added.

own logging, using the CookieLog directive. In this release, this module does no logging at all. Instead, a configurable log format file should be used to log user click-streams. This is possible -because the logging module allows multiple log files. The cookie itself is +because the logging module now allows multiple log files. The cookie itself is logged by using the text %{cookie}n in the log file format. For example:
@@ -115,6 +117,37 @@ form, but also understands 4-digit years, which can probably reach up until
 time late in the year "37".
 
+
+ +

CookieDomain directive

+Syntax: CookieDomain domain
+Context: server config, virtual host, directory, .htaccess
+Status: optional
+Module: mod_usertrack + +

+This directive controls the setting of the domain to which the +tracking cookie applies. If not present, no domain is included +in the cookie header field. +

+

+The domain string must begin with a dot, and must +include at least one embedded dot. That is, ".foo.com" is legal, +but "foo.bar.com" and ".com" are not. +

+

CookieExpires directive

@@ -125,7 +158,9 @@ time late in the year "37". Context: server config, virtual host
+>Context: +1.3.20 and earlier: server config, virtual host; +1.3.21 and later: server config, virtual host, directory, .htaccess
+
+ +

CookieStyle directive

+Syntax: CookieStyle Netscape|Cookie|Cookie2|RFC2109|RFC2965
+Context: server config, virtual host, directory, .htaccess
+Status: optional
+Module: mod_usertrack + +

+This directive controls the format of the cookie header field. +The three formats allowed are: +

+ + +

+Not all clients can understand all of these formats. but you should use +the newest one that is generally acceptable to your users' browsers. +

+

CookieTracking directive