ID:               41683
 Updated by:       [EMAIL PROTECTED]
 Reported By:      lgymove at 163 dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Filesystem function related
 Operating System: windows xp 2
 PHP Version:      5.2.3
 New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

.


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

[2007-06-14 04:12:37] lgymove at 163 dot com

Description:
------------
why???


Reproduce code:
---------------
<?php
session_start();
$_SESSION['name'] = 'lgy1';
session_destroy();
print_r($_SESSION);     
?>

Expected result:
----------------
Array()

Actual result:
--------------
Array
(
    [name] => lgy1
)


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


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

Reply via email to