ID:               48199
 Updated by:       der...@php.net
 Reported By:      murtazakhursheed at hotmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Session related
 Operating System: windows vista home premium sp1
 PHP Version:      5.2.9
 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.

You need session_starT() there too.


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

[2009-05-09 09:05:53] murtazakhursheed at hotmail dot com

Description:
------------
when i use $_session['xxx']="xxxx" and  access it on other page it says
"Notice: Undefined variable: _SESSION in
C:\wamp\www\session\session2.php on line xxxx"

Reproduce code:
---------------
<?php 
session_start();
$_SESSION['name']="xxxxx";
?>

other page

<?php 
print $_SESSION['name'];
?>

Expected result:
----------------
xxxxxxx



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


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

Reply via email to