On Tuesday 11 February 2003 03:11, Monica Lau wrote: > I have a system that uses Perl scripts to process the HTML forms. It uses > HTTP Basic Authentication to authenticate the users. The problem is that > there is no session tracking and no logout button. I heard that PHP makes > this login/logout and session tracking very simple, so I was wondering if I > could somehow incorporate some PHP code with the existing Perl code? Is > this possible? I suppose I could use PHP to check for the validity of the > session id before passing it to the Perl scripts.
http://freshmeat.net/projects/php-session/ This is supposed to allow access to PHP sessions from within Perl. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* Indomitable in retreat; invincible in advance; insufferable in victory. -- Winston Churchill, on General Montgomery */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php