Re: Losing $r->user between PerlFixupHandler and PerlLogHandler

2008-06-05 Thread Kevin Thorpe
Kevin Thorpe wrote: Hi, I have just upgraded from Apache1 to Apache2 and I am now having problems with logging to my database. I am using AuthCookie and AuthCookieDBI for logging in. AuthCookie sets $r->user in the PerlFixupHandler. However reading $r->user in PerlLogHandler doesn't always ret

Re: Losing $r->user between PerlFixupHandler and PerlLogHandler

2008-06-05 Thread Kevin Thorpe
Vegard Vesterheim wrote: On Thu, 5 Jun 2008 12:25:17 +0100 Kevin Thorpe <[EMAIL PROTECTED]> wrote: Hi, I have just upgraded from Apache1 to Apache2 and I am now having problems with logging to my database. I am using AuthCookie and AuthCookieDBI for logging in. AuthCookie sets $r->user in t

Re: Losing $r->user between PerlFixupHandler and PerlLogHandler

2008-06-05 Thread Vegard Vesterheim
On Thu, 5 Jun 2008 12:25:17 +0100 Kevin Thorpe <[EMAIL PROTECTED]> wrote: > Hi, I have just upgraded from Apache1 to Apache2 and I am now having > problems with logging to my database. > > I am using AuthCookie and AuthCookieDBI for logging in. AuthCookie > sets $r->user in the PerlFixupHandler. >

Losing $r->user between PerlFixupHandler and PerlLogHandler

2008-06-05 Thread Kevin Thorpe
Hi, I have just upgraded from Apache1 to Apache2 and I am now having problems with logging to my database. I am using AuthCookie and AuthCookieDBI for logging in. AuthCookie sets $r->user in the PerlFixupHandler. However reading $r->user in PerlLogHandler doesn't always return the user set in