Re: htaccess and CGI Perl passwording

2003-07-25 Thread Ramon Chavez
About the use of cookies for tracking user sessions, you can try Apache::Session or CGI::Session in CPAN. -rm- - Original Message - From: "Gordon Low" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 24, 2003 11:43 PM Subject: htaccess and CGI Perl passwording > > Wondere

Re: htaccess and CGI Perl passwording

2003-07-25 Thread zentara
On Fri, 25 Jul 2003 14:43:36 +1000, [EMAIL PROTECTED] (Gordon Low) wrote: > >Wondered if someone can help, am floundering about trying to work out >whether to use htaccess or a database type solution in order to restrict >access to my personal website. > >Have looked at perl module Apache::Htacce