Hi,
I have just uploaded Apache::ClickPath. It provides user tracking via uri. No 
cookie is used. It uses a translation handler and an output filter. The 
translation handler strips the session part from the uri or generates a new 
session. The output filter patches HTML output and inserts the session part 
into links.

The module can be used without writing a single line of perl code. It is 
completely configurable via httpd.conf. It is almost invisible to other code 
(modperl, cgi, ssi, static html).

I am using a slightly extended version on a server making 1.300.000 page 
impressions, 13.000.000 hits and 150 GByte a day.

     LoadModule perl_module ".../mod_perl.so"
     PerlLoadModule Apache::ClickPath
     <ClickPathUAExceptions>
       Google     Googlebot
       MSN        msnbot
       ...
     </ClickPathUAExceptions>
     ClickPathSessionPrefix "-S:"
     ClickPathMaxSessionAge 18000
     PerlTransHandler Apache::ClickPath
     PerlOutputFilterHandler Apache::ClickPath::OutputFilter
     LogFormat "%h %l %u %t \"%m %U%q %H\" %>s %b \"%{Referer}i\" 
\"%{User-agent}i\" \"%{SESSION}e\""


Torsten

Attachment: pgp6pfvbQkPh7.pgp
Description: PGP signature

Reply via email to