On Thu, 15 Jun 2000, Jim Sproull wrote:

>   I'm looking to using mod_usertrack to log requests based on cookies (which
> it's good at, of course).  I have this all in and working fine.  However,
> I'm using my own PerlLogHandler to handle all the logging.  mod_usertrack
> allows a CustomLog variable called %{cookie}n which contains the current
> session id, called like:
[...] 
>  But, since I'm using my own LogHandler, I need to somehow get access to
> this variable directly. 

$r->notes('cookie');

see the mod_usertrack source.

You can also take the Apache::Usertrack module and tweak it to do what you
need.

 - ask

-- 
ask bjoern hansen - <http://www.netcetera.dk/~ask/>
more than 70M impressions per day, <http://valueclick.com>

Reply via email to