ID:               31427
 Updated by:       [EMAIL PROTECTED]
 Reported By:      l_bellei at virgilio dot it
-Status:           Open
+Status:           Bogus
 Bug Type:         Session related
 Operating System: windows
 PHP Version:      5.0.3
 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. 

Thank you for your interest in PHP.




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

[2005-01-06 16:18:03] l_bellei at virgilio dot it

Description:
------------
I have a new session_id (and a new session file in the temp directory)
on every page when call session_start() at the top of page.
The server is an apache 2.0.53 with php 5.0.3 on windows 2000 sp4.
php.ini is modify only in the section of Error handling and logging for
debug use.

Reproduce code:
---------------
//page 1 
<?php 
session_start();
$_SESSION['test']='123';
header("location:page2.php");
?>

//page 2
<?php
session_start();
echo $_SESSION['test'];
?>




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


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

Reply via email to