Password protected area using perl.

2001-07-09 Thread Martijn van Exel
Dear subscribers, I am working out an idea for a (set of) perl scripts that would provide the following: * A login form asking for a unique username/password combination; * Validating the user input (using a stored user database) and redirecting the user accordingly; * Maintaining the state,

Re: Password protected area using perl.

2001-07-09 Thread fliptop
Gary Stainburn wrote: If you just want restricted access, then Apache and most other servers have some form of user ID/Password control to restricted areas of a web site. if you are running apache, then you should also consider the mod_perl way of doing it. with mod_perl (or .htaccess, for