in reply to Re: Perl and SSL
in thread Perl and SSL

If you want users to actually "Login" - check out .htaccess (part of apache) or I'm sure there are some other modules out there like mod_auth? that will allow you to authenticate users against a database of usernames and passwords (or against some other list, like NT usernames/passwords, etc... )

Word up!

-mr.dunstan