Quoting Michael <[EMAIL PROTECTED]>:

> On Tue, Aug 26, 2003 at 21:06:05, Charlie Garrison said...
> 
> > The second one, Cookie Authentication with MySQL, looks like a very good
> > option, except for two issues. Fist, it doesn't support the 'require
> group...'
> > directive. And second, it doesn't appear to cache mysql connections so I
> am
> > concerned about the increased load from lots of quick connections.
>  
> Umm, use Apache::DBI, that's what it's for.

It was easy to miss in the email if you skimmed it, but he is looking for a C
based module, so any perl based solutions are out.

The reason this question is mod_perl related is that he is doing the initial
authentication using mod_perl, and is creating a cookie based ticket.  But he
wants that ticket to also be accepted by a non-mod_perl enabled server (ie a
front end proxy).

Cheers,

Cees


-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to