in reply to Re: Authentication Suggestion in CGI
in thread Authentication Suggestion in CGI

Two things come to mind:

  1. The client doesn't want to have a pop-up dialog box for user login
  2. You need to customize the authentication to use a database and are not running mod_perl (which eliminates many of the fine modules available on CPAN)
    1. William