ID: 34296 Updated by: [EMAIL PROTECTED] Reported By: jsimms98 at yahoo dot com -Status: Open +Status: Bogus Bug Type: Session related Operating System: XP PHP Version: 5.0.4 New Comment:
Because it works for me (using PHP 5.1) Previous Comments: ------------------------------------------------------------------------ [2005-08-29 17:01:08] jsimms98 at yahoo dot com Please explain. How is this not a php bug? ------------------------------------------------------------------------ [2005-08-29 16:30:19] [EMAIL PROTECTED] Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. ------------------------------------------------------------------------ [2005-08-29 15:49:00] jsimms98 at yahoo dot com I even ran this zip file php4-win32-STABLE-latest.zip and it still doesnt fix my problem. ------------------------------------------------------------------------ [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