advice on Apache::DBI Apache::Session and Apache::AuthCookieDBI intergration

2001-06-03 Thread Clayton Cottingham aka drfrog
Hi all, ive just been researching these a bit and I'm wondering if anyone has good advice/links on how to link these three Modules together ? heres what im caught on : 1.is it best to load Apache::DBI at start up of apache and can i load more than one connection type? 2.is it best to login and

Re: advice on Apache::DBI Apache::Session and Apache::AuthCookieDBI intergration

2001-06-03 Thread Martin Redington
On Sunday, June 3, 2001, at 12:28 pm, Clayton Cottingham aka drfrog wrote: heres what im caught on : 1.is it best to load Apache::DBI at start up of apache and can i load more than one connection type? yes via PerlModule or a PerlRequire for a startup.pl. My understanding is that