ID:               20524
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         Session related
 Operating System: Mandrake et Redhat
 PHP Version:      4.3.0-dev
 New Comment:

Please take a look at the solution on this bug report:

  http://bugs.php.net/bug.php?id=20025

As this only happens with IE, I think it might be 
the same problem..



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

[2002-11-22 00:41:27] [EMAIL PROTECTED]

my problem is the same than http://bugs.php.net/bug.php?id=20537

please help me.
The php 4.3-dev let me a lot of problems for my users : function alredy
declared, setlocale(), others errors...

I'm obliged to used php 4.1* or 4.2*

thanks al lot for you help 
PS : it's for more than 500 users in the world (90 request per second
!)

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

[2002-11-22 00:36:06] [EMAIL PROTECTED]

script.php :
<?php

$essai = "test";
session_start();
session_register("essai");
header("Location: script2.php?".session_name()."=".session_id()."");
?>

script2.php :
<?php
session_start();
echo $essai;
?>

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

[2002-11-21 17:37:49] [EMAIL PROTECTED]

We need to see your code, please put the sources of those
scripts available too.

And DO NOT add comments to your own bug report, update the status and
version information when they change!


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

[2002-11-21 02:21:48] [EMAIL PROTECTED]

IF I add a sleep(2) before session_register("essai");
the session is normaly sauved.
I test the lastest php 4.3* release....

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

[2002-11-21 01:41:42] [EMAIL PROTECTED]

I have try IT yesterday and .... the probleme is the same !

http://phph1.phpnet.org/script.php

please help me

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

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

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

Reply via email to