ID: 34296 User updated by: jsimms98 at yahoo dot com Reported By: jsimms98 at yahoo dot com Status: Open Bug Type: Session related Operating System: XP PHP Version: 5.0.4 New Comment:
I even ran this zip file php4-win32-STABLE-latest.zip and it still doesnt fix my problem. Previous Comments: ------------------------------------------------------------------------ [2005-08-29 15:47:32] jsimms98 at yahoo dot com Description: ------------ I have installed Apache 2.0.54 and PHP 5.0.4 onto Windows XP. Everything is running properly with the exception of the use of session variables. When I run the application as localhost sessions are being defined properly and the application is running fine. When I try to connect through the network name or IP Address the session variables are being regenerated on each page causing the application to believe that defined Session Variables tdo not exist. Reproduce code: --------------- <---- Session Variables defined $_SESSION["sesFinCENOS08-01usrname"] = $HTTP_POST_VARS["u_name"]; $_SESSION["sesFinCENOS08-01pwd"] = $HTTP_POST_VARS["pwd"]; $_SESSION["sesFinCENOS08-01hasLogin"] = TRUE; Expected result: ---------------- for the session to carry over to the next page as long as browser doesnt time out or close. Actual result: -------------- Each page the sessions are not visible through the script and is failing to continue to run the application . ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=34296&edit=1