James G Smith wrote:
> 
> Sergey Ivanyuk <[EMAIL PROTECTED]> wrote:
> >Hi All.
> >
> >I'm trying to implement a real simple authentication scheme, where the
> >login page sets a cookie to the users's browser, and unless the cookie
> >is set, any request beyond the login page gets redirected to login.
> >I've tried the PerlTransHandler, but the cookies aren't available to
> >the handler for some reason.  How is something like this normally
> >done?  I thought I was on the right track, but apparently that doesn't
> >seem to be right.  Thanks in advance.
> 
> I would suggest looking at some of the modules available on CPAN that do this
> -- Apache::AuthCookie, for example, which uses the Authentication and
> Authorization phases to do this.
I can verify that AuthCookie works great. I had it running on one
particular site in less than an hour. It was very easy to setup.

-- 
Drew Taylor
Vialogix Communications, Inc.
501 N. College Street
Charlotte, NC 28202
704 370 0550
http://www.vialogix.com/

Reply via email to