Kevin wrote:

> Hello,
> 
> I am in the process of developing a CGI application that requires user
> authentication. In the past I have developed a simple login screen where I
> validated the user and forwarded the request based on the result.
> 
> I would like to progress to the next level and pass the authentication to
> Apache. I am limited in the sense that mod_perl is not available. Can this
> be done without mod_perl? Please keep in mind that the username / password
> are stored in a mySQL table?
> 

CGI::Session can do all that stuff and make it easy. Depends on 
Apache::Session, but does NOT depend on mod_perl.

Todd W.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to