On Fri, 27 Feb 2009 09:58:35 -0600
David Martínez Albiter wrote:
> Hi Nick,
>
> becouse in the module mod_usertrack use the next line:
> apr_table_setn(r->notes, "cookie", cookieval); /* Set the cookie in a
> note, for logging */
Then you'll have to pick that up earlier in your hacked mod_dumpi
al = apr_table_get(f->r->notes, "cookie");
There are any form to get the the info set by mod_usertrack in mod_dumpio??
Thaks in advance.
-Original Message-
From: Nick Kew [mailto:n...@webthing.com]
Sent: Jueves, 26 de Febrero de 2009 06:38 p.m.
To: dev@httpd.apache.org
Sub
On Thu, 26 Feb 2009 18:30:03 -0600
David Martínez Albiter wrote:
> request_rec *r = f->r;
Dumpio is a connection-level filter. There is no request.
(and why do you suppose there'd be a cookie in r->notes?)
--
Nick Kew
Application Development with Apache - the Apache Modules Book
http://www.a