<h2>Directives</h2>
<ul>
-<li><a href="#cookieenable">CookieEnable</a>
+<li><a href="#cookieenable">CookieTracking</a>
<li><a href="#cookieexpires">CookieExpires</a>
</ul>
<hr>
-<a name="cookieexpires"><h2>CookieEnable</h2></A>
-<strong>Syntax:</strong> CookieEnable <em>on | off</em><br>
+<a name="cookieexpires"><h2>CookieTracking</h2></A>
+<strong>Syntax:</strong> CookieTracking <em>on | off</em><br>
<strong>Context:</strong> server config, virtual host, directory,
.htaccess<br>
<strong>Override:</strong> FileInfo<br>
<strong>Status:</strong> optional<br>
<strong>Module:</strong> mod_usertrack<p>
-When the user track module is compiled in, Apache will start
-sending 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.
+When the user track module is compiled in, and "CookieTracking on" is
+set, Apache will start sending 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. By default, compiling
+mod_usertrack will not activate cookies.
<a name="cookieexpires"><h2>CookieExpires</h2></A>
<strong>Syntax:</strong> CookieExpires <em>expiry-period</em><br>
<strong>Status:</strong> optional<br>
<strong>Module:</strong> mod_usertrack<p>
-When used,
-this directive sets an expiry time on the cookie generated by the
-usertrack module. The <i>expiry-period</i> can be given either as a
-number of seconds, or in the format such as "2 weeks 3 days 7 hours".
-Valid denominations are: years, months, weeks, hours, minutes and
-seconds.
+When used, this directive sets an expiry time on the cookie generated
+by the usertrack module. The <i>expiry-period</i> can be given either
+as a number of seconds, or in the format such as "2 weeks 3 days 7
+hours". Valid denominations are: years, months, weeks, hours, minutes
+and seconds.
<!--#include virtual="footer.html" -->
</BODY>
</HTML>
-