Re: Authentication implementation

2000-05-30 Thread Rob Tanner
--On Friday, May 26, 2000 10:42 AM -0500 James G Smith [EMAIL PROTECTED] 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

Re: Authentication implementation

2000-05-26 Thread Drew Taylor
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

Authentication implementation

2000-05-25 Thread Sergey Ivanyuk
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