ID: 20524 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: Mandrake et Redhat PHP Version: 4.3.0-dev New Comment:
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 !) Previous Comments: ------------------------------------------------------------------------ [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 ------------------------------------------------------------------------ [2002-11-20 16:26:17] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-latest.zip ------------------------------------------------------------------------ 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
