Hi Brian, I've had my share of problems with this module as well. I've found the following two solutions which I submitted to CPAN RT[1]:
1) place the PerlSetVar at the very top of your httpd.conf 2) instead of using PerlModule, use the following: <perl> use Apache::AuthCookieDBI; </perl> BTW, I've submitted several other reports to CPAN which the author has so far ignored. The most troubling one is "Incorrect processing of authen_cred()"[2]. I've submitted a patch which you may want to apply. Let me know if you'd like a copy. Good luck, William [1] http://rt.cpan.org/NoAuth/Bug.html?id=4847 [2] http://rt.cpan.org/NoAuth/Bug.html?id=3673 -- Knowmad Services Inc. http://www.knowmad.com -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html