Project

General

Profile

Docs ModUserTrack » History » Revision 7

Revision 6 (moo, 2007-07-07 15:30) → Revision 7/15 (zkv, 2008-11-21 17:13)

[[TracNav(DocsToc)]] 

 <pre> 

 #!rst 

 h1. Module mod_usertrack. ========= 
 UserTrack 
 ========= 

 h2. Description: --------------------- 
 Module: mod_usertrack 
 --------------------- 

 .. meta:: 
   :keywords: lighttpd, user tracking, cookie 

 .. contents:: Table of Contents 

 Description 
 =========== 

 The usertrack module sets a cookie on the user's side in order to enable clickstream (the series of page visits and associated clicks executed by a website visitor when navigating through the site) logging to track user activity. 

 h2. Options: Options 
 ======= 

 table{border:1px solid #dddddd; background-color:#efefef;}. 
 |_.Name|_.Description|_.Example| 
 |usertrack.cookie-domain|Sets usertrack.cookie-domain 
   Sets the domain name to which this cookie applies.|usertrack.cookie-domain applies. 

   e.g. :: 

     usertrack.cookie-domain = ".example.com"| 
 |usertrack.cookie-max-age|Sets ".example.com" 

 usertrack.cookie-max-age 
   Sets the maximum duration in seconds of the cookie. If not specified it will not add a 'max-age' to the cookie, meaning it will not expire.|usertrack.cookie-max-age expire. 

   e.g. to have a cookie that lasts for 60 seconds :: 

     usertrack.cookie-max-age = 60| 
 |usertrack.cookie-name|This 60 

 usertrack.cookie-name 
   This option allows the setting of the name of the cookie. The default is 'TRACKID'. Currently it only allows a-z.|usertrack.cookie-name a-z. 

   e.g. :: 

     usertrack.cookie-name = "mycookie"| 
 "mycookie" 

 </pre>