Hey Alex, I would be great if you could helps us out a little more. What kind of server are you using? IIS? Check the help section of the IIS Management Console: Start > Run > mmc on how to restrict access to directories. If you want to do the restriction based on cookies then you can use JavaScript, ASP (on IIS), or Perl (perldoc CGI). You can do a search in http://groups.google.com for "Perl: CGI Cookies". I actually learned quite a bit through searching google and the book "CGI Programming with Perl" from O'reilly.
HTH, Steven -----Original Message----- From: Alex Agerholm [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 11:49 PM To: drieux; cgi cgi-list Subject: RE: Protected WEB pages in Perl I mean WEB pages that are protected using some sort of session variables or cookies. The pages are going to run on a platform that does not support .htaccess. Regards Alex -----Original Message----- From: drieux [mailto:[EMAIL PROTECTED]] Sent: 13. august 2002 15:44 To: cgi cgi-list Subject: Re: Protected WEB pages in Perl On Tuesday, August 13, 2002, at 12:32 , Alex Agerholm wrote: > Hi everyone > > I am new to writing CGI code in Perl and I am going to make some protected > WEB pages using Perl. > Can anyone direct me to some sample code for making a simple login system > and some protected WEB pages ? do you mean webpages that are controlled with say a .htaccess file that does the authentication prior to that URL being accessed? or do you mean webPages that validate that you will be able to access other webPages by means other than through .htaccess??? ciao drieux --- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]