php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34296 Session ID Regenerate
Submitted: 2005-08-29 15:47 UTC Modified: 2005-08-29 23:32 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: jsimms98 at yahoo dot com Assigned:
Status: Not a bug Package: Session related
PHP Version: 5.0.4 OS: XP
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jsimms98 at yahoo dot com
New email:
PHP Version: OS:

 

 [2005-08-29 15:47 UTC] 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 .

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-08-29 15:49 UTC] 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 16:30 UTC] sniper@php.net
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 17:01 UTC] jsimms98 at yahoo dot com
Please explain.  How is this not a php bug?
 [2005-08-29 17:05 UTC] sniper@php.net
Because it works for me (using PHP 5.1)

 [2005-08-29 18:24 UTC] jsimms98 at yahoo dot com
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?
 [2005-08-29 23:32 UTC] sniper@php.net
Stop reopening, there is no bug here.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 15:01:31 2024 UTC