Summary
This module provides support for tracking users through the use of cookies.
Directives
Module: mod_usertrack | |
Syntax: CookieDomain domain | |
Default: none | |
Context: | |
Override: none | |
Origin: | |
Example: CookieDomain .mydomain.com |
The CookieDomain 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, .ibm.com is legal, but ibm.com® and .com are not.
Module: mod_usertrack | |
Syntax: CookieExpires expiry-period | |
Default: none | |
Context: | |
Override: none | |
Origin: | |
Example: CookieExpires 120 |
The CookieExpires directive sets an expiry time on the cookie generated by the usertrack module. If this directive is not used, cookies last only for the current browser session.
Module: mod_usertrack | |
Syntax: CookieName token | |
Default: CookieName Apache | |
Context: | |
Override: FileInfo | |
Origin: | |
Example: CookieName ABCDE19 |
The CookieName directive allows you to change the name of the cookie. The cookie name is used for tracking purposes. 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 '-'.
Module: mod_usertrack | |
Syntax: CookieStyle Netscape | Cookie | Cookie2 | RFC2109 | RFC2965 | |
Default: CookieStyle Netscape | |
Context: | |
Override: none | |
Origin: | |
Example: CookieStyle Cookie |
This CookieStyle directive controls the format of the cookie header field.
Module: mod_usertrack | |
Syntax: CookieTracking on | off | |
Default: Compiling mod_usertrack will not activate cookies by default. | |
Context: | |
Override: FileInfo | |
Origin: | |
Example: CookieTracking on |
The CookieTracking directive allows you to send a user-tracking cookie for all new requests. This directive can be used to turn this behavior on or off on a per-server or per-directory basis.