I'm looking for a way to have php automatically log a user into an htaccess protected directory.

My problem is as follows. I currently have a large number of php scripts which use a database authentication system. Unfortunately, there are also a number of old CGI scripts which need to be protected by an .htaccess file.

What I'm looking for is a way to allow php to perform the .htaccess authentication in the background when the user first logs into the DB based authentication so that when they go to access the cgi scripts they are not prompted for another login.

Any Ideas?


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to