The mod_usertrack module tracks various users who have accessed documents and other information from the server. Information is stored is a log file using the CustomLog directive.
CookieExpires |
CookieExpires period
[server config, or within <VirtualHost>]
This specifies the number of seconds a cookie should exist before it is considered "expired." You can also specify the expiry period in a format such as:
5 weeks 4 days 12 hours
Otherwise, the cookies last only for the current browser session.
CookieTracking |
XSCookieTracking on|off
[server config, within <VirtualHost> or <Directory>, or .htaccess]
This directive enables or disables cookie tracking. If the directive is set to on for a directory, the Apache server sends cookies for all new HTTP requests. The default is off.
Copyright © 2003 O'Reilly & Associates. All rights reserved.