On 05/10/2010 10:31 AM, Michel Jansen wrote: > Is it possible to connect AuthCookie to AuthDBI?
I'm the Author of AuthCookie. AuthCookie is a framework for creating authentication modules. You either have to implement your own auth module, using AuthCookie as the base class, or use one of the many subclasses already on CPAN, as suggested in the AuthCookie documentation. I wrote Apache::AuthTicket which does ticket based auth using AuthCookie and a DBI database store. There are many others as well. Regards, Michael Schout