19.37 mod_usertrack

Team-Fly    

 
Webmaster in a Nutshell, 3rd Edition
By Robert Eckstein, Stephen Spainhour
Table of Contents
Chapter 19.  Apache Modules

19.37 mod_usertrack

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  onoff 

[ 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.


Team-Fly    
Top


Webmaster in a Nutshell
Webmaster in a Nutshell, Third Edition
ISBN: 0596003579
EAN: 2147483647
Year: 2002
Pages: 412

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net