Dear List - I have the following code in two files, before any HTML code - <?php session_name("STORE"); session_start(); session_set_cookie_params( 'lifetime', '/var/www' ); session_id('Gingy'); set_time_limit(2400); ?>The first file starts and runs. The second file, called from a form, cannot find localhost, and goes into an infinite loop. Apache dies when the loop starts.
TIA Ethan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php