Of course I have, thanks.
The docs say
%{Foobar}n The contents of note Foobar from another module.
The behavior here is exported form the CookieTracking module which
currently does not output the COOKIENAME to the logfile. This is also
discussed in detail on the cookie tracking docs. What th
On Tue, Mar 17, 2009 at 1:11 AM, John Armstrong wrote:
> I have inherited an old, fragile codebase that uses CookieTracking. Great!
>
> Except that when they implemented it they used
>
> %{Cookie}i which outputs the cookie as 'cookiename=cookievalue' in the
> logfile. It also ignores the first hit
I have inherited an old, fragile codebase that uses CookieTracking. Great!
Except that when they implemented it they used
%{Cookie}i which outputs the cookie as 'cookiename=cookievalue' in the
logfile. It also ignores the first hit since its a header based
cookie, not a module based cookie, and w