Has anyone used Apache::AuthCookie with CAP? And have advice for a new mod_perl user?

I'm experimenting with the two, and so far I have been less than successful. I want to let Apache handle authentication for static pages and I need to use a custom login form. My initial attempt has been to create a login module that my base app and Apache::AuthCookie.

package MyApp::Login;
use base qw( MyApp::Base Apache::AuthCookie );

Is this wise or prudent? Is there a better way to do this? I am open to suggestions.

Ed Pigg

---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[email protected]/
             http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to