ID: 16263 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: No Feedback Bug Type: Session related Operating System: ANY PHP Version: 4.3.0-dev New Comment:
i have apache version 1.3.26 and i have problem with session. When I submit my pages to external server, my session cant resume, and i dont know why. I have one week with this problem can somebody help me? Previous Comments: ------------------------------------------------------------------------ [2002-09-09 01:00:04] [EMAIL PROTECTED] No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". ------------------------------------------------------------------------ [2002-08-07 03:09:43] [EMAIL PROTECTED] I think this problem is still in the latest code, but I don't remeber exact setting that reproduce this bug. Anyoune could post it? ------------------------------------------------------------------------ [2002-08-05 15:02:38] [EMAIL PROTECTED] Just to add reinforcement to the cause: Using redhat 7.2, latest apache 1.3 version, php 4.2.2, in two servers (one with register_globals OFF and one with ON). The same problem occurs with both servers... Major pain.... ------------------------------------------------------------------------ [2002-07-25 11:55:59] [EMAIL PROTECTED] I now have PHP 4.2.3 - dev. My OS is Windows 2000 Professional Server. I am still getting a new session file. To better explain the scenario: I use session name and start the session at the top of the page/code. Strangely enough, the session values I gave immediately after the session_start() (which I did only for testing purposes) are retained in the new session file too. But values that I assign to some other session variables (which I actually need) are not. session_name("name"); session_start(); $_SESSION["v1"]="Hello"; $_SESSION["v2"]="WORLD"; /* lot of code, user authentication */ $_SESSION["username"]="whatever"; $_SESSION["username"] is not retained in the next page. On echoing the session id on the next page - I get a new id. Passing the session id in the URL made no difference. Adding global $HTTP_SESSION_VARS; made no difference. When I refresh the second page, miraculously, I get back the first session and the values. Even stranger, I get the v1 and v2 values ("Hello World") in both sessions. Lot of heartache involved because of this bug. A problem with sessions causes a lot of time loss and a lot of heart-ache. ------------------------------------------------------------------------ [2002-07-06 09:10:13] [EMAIL PROTECTED] The bug exists in PHP 4.0.6 (it occurs infrequently) and it shows up in 4.2.1. At one point the session started behaving itself, but I installed 4.2.1 and it was gone, and when I re-installed 4.0.6, it's misbehaving again. It really is a nuisance. Machine running Windows 2000 Professional, IIS, PHP 4.2.1/PHP4.0.6 ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/16263 -- Edit this bug report at http://bugs.php.net/?id=16263&edit=1