.htaccess and User Authentication - Need Help

2007-03-02 Thread Amish Desai
Hello, I have a problem where in I want to use .htaccess and a custom Login form for User authentication. The requirement is User X wants to access a URL http://xyz.com/showme, then he needs to get authenticated first using a Custom Login form which displays 3 fields. Taking this user input, we

Re: [mp2] .htaccess and User Authentication - Need Help

2007-03-02 Thread Amish Desai
thCookieDBI AuthName WhatEver SetHandler perl-script PerlHandler Apache::AuthCookieDBI->login Thanks, Amish Roger McCalman wrote: > > Have a look at Apache::AuthCookie or Apache::AuthTicket > > Cheers, Roger > > On Fri, Mar 02, 2007 at 11:10:22AM -0800, Amish Des