ID:               17634
 Comment by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           No Feedback
 Bug Type:         Session related
 Operating System: Windows NT
 PHP Version:      4.2.1
 New Comment:

I have experienced exactly the same problem. To reproduce this error:
// file1 code
<?
session_start();
session_register("sess1");
$sess1 = "the first session is registered";
?>
// file2 code 
<?
session_start();
echo "Session1 var: $sess1 ";
?>

if file2 is called by file1 via a java non html menu then file2 creates
a new session without the variables. Thuis one cannot make use of the
session variables.


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

[2002-09-11 11:15:48] [EMAIL PROTECTED]

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.



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

[2002-08-07 08:28:05] [EMAIL PROTECTED]

I've seen this, but I don't remember exact configuration/code that
reproduce this. (It's long time ago)

Are you using session auto start, call session_start() multiple times,
or call session_destory()?

Use php.ini-recommended and try to reproduce this. 
Let us know the shortest code that reproduce and what you've changed
the php.ini.


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

[2002-08-05 15:00:11] [EMAIL PROTECTED]

You PHP developers cant really be that think headed can you??? I've
loevd this language for a long time, but this kind of blatant failure
is huge!! and to refuse to acknowledge it is taking you more step
towards developing ASP. Come on and restore our faith.

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

[2002-06-11 21:42:48] [EMAIL PROTECTED]

Sorry, but he didnt asked anything. This is actually happening to me
too. PHP is creating more than one ID on session_start(). It happens
when i have an old expired session cookie. If i clear the cookies it
works fine. But its still a bug because i cant clear every expired
cookie.

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

[2002-06-06 18:41:23] [EMAIL PROTECTED]

Sorry, but the bug system is not the appropriate forum for asking
support questions. 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

Thank you for your interest in PHP.

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

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/17634

-- 
Edit this bug report at http://bugs.php.net/?id=17634&edit=1

Reply via email to