|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-06-14 08:29 UTC] johannes@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 21:00:02 2025 UTC |
Description: ------------ why??? Reproduce code: --------------- <?php session_start(); $_SESSION['name'] = 'lgy1'; session_destroy(); print_r($_SESSION); ?> Expected result: ---------------- Array() Actual result: -------------- Array ( [name] => lgy1 )