Re: [us...@httpd] Cookie tracking question

2009-03-17 Thread John Armstrong
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

Re: [us...@httpd] Cookie tracking question

2009-03-17 Thread Krist van Besien
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

[us...@httpd] Cookie tracking question

2009-03-16 Thread John Armstrong
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