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 the previous handler.
Can anyone shed any light on why the RequestRec is losing the user name? thanks