Hi Jacob!
Difference being that if you change your cookie'ing to use something other
than mod_usertrack, you'll have to make sure it also creates that key for
it in the notes table otherwise your PerlLogHandler won't see it. 
$r->header_in('Cookie') should always be there for slicing and dicing...
I'm probably splitting hairs here but I like to be flexible.
-Ian

Today, Jacob Davies <[EMAIL PROTECTED]> frothed and gesticulated...:
> The %{cookie}n refers to the cookie field of the notes table, so you should
> be able to get at it directly from Perl with:
> 
>       $r->notes( 'cookie' );
> 
> On Thu, Jun 15, 2000 at 10:12:40AM -0700, Ian Kallen wrote:
> > If you're writing your own PerlLogHandler, get the cookie from the request
> > object, $r->header_in('Cookie')
> > -Ian
> 
> 

--
Salon Internet                          http://www.salon.com/
  Manager, Software and Systems "Livin' La Vida Unix!"
Ian Kallen <[EMAIL PROTECTED]> / AIM: iankallen / Fax: (415) 354-3326 

Reply via email to