ID:               34296
 User updated by:  jsimms98 at yahoo dot com
 Reported By:      jsimms98 at yahoo dot com
-Status:           Bogus
+Status:           Open
 Bug Type:         Session related
 Operating System: XP
 PHP Version:      5.0.4
 New Comment:

So does that mean I need to install 5.1?  Can you forward me your
PHP.INI file?  I wish you would stop changing this bug's status to
bogus because it is having a serious impact on my client site and I
need to get this resolved.   I dont know what your configuration is,
but currently on my server it is not working.  I have tried this on
another machine with XP and Apache using 5.0.4 and it seems to work
fine.  Is there an XP Patch that is needed inorder to run sessions on
the XP Server?


Previous Comments:
------------------------------------------------------------------------

[2005-08-29 17:05:50] [EMAIL PROTECTED]

Because it works for me (using PHP 5.1)


------------------------------------------------------------------------

[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

Reply via email to