ID: 39634 Updated by: [EMAIL PROTECTED] Reported By: erhanbaris at gmail dot com -Status: Open +Status: Bogus Bug Type: Variables related Operating System: Win Xp SP1 PHP Version: 5.2.0 New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [2006-11-26 16:44:05] erhanbaris at gmail dot com yes. register_globals is enabled. ------------------------------------------------------------------------ [2006-11-26 16:38:53] [EMAIL PROTECTED] Is you register_globals enabled or not? ------------------------------------------------------------------------ [2006-11-26 10:47:22] erhanbaris at gmail dot com Description: ------------ when i was use $_SESSION variable i find interesting thing. look at this. Reproduce code: --------------- <? session_start(); $_SESSION['id']=2006; header('Location: second.php'); ?> second.php <? session_start(); $id=1985; echo "\$_SESSION['id'] -> ".$_SESSION['id']."<br>\n"; echo "\$id -> ".$id."<br>\n"; ?> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=39634&edit=1