On Fri, Jan 07, 2000 at 10:59:10AM +0100, Nicolas MONNET wrote: > > I am using a cookie based authentification mechanism, the authentification > is handled at the script (Apache::Registry) level. Is there a way to pass > the info to logging mechanism so that I can have my "user" value passed as > if it was transmitted to Apache as an HTTP authentification? Yes: $r->connection->user($user); > > -- > Nicolas MONNET, Technical Director, IT-Xchange -- Eric Cholet
- Logging cookie authentified user as regular authentifie... Nicolas MONNET