ID: 38296
Updated by: [EMAIL PROTECTED]
Reported By: muhtarov at oviont dot ru
-Status: Open
+Status: Bogus
Bug Type: Session related
Operating System: w2k
PHP Version: 5.1.4
New Comment:
"|" is not valid variable name, this is well expected.
Previous Comments:
------------------------------------------------------------------------
[2006-08-02 13:48:47] muhtarov at oviont dot ru
Description:
------------
separator "|" as key in $_SESSION does crash sess_* file to empty file
Reproduce code:
---------------
session_start();
$_SESSION['|'] = 1;
echo 'See into ' . ini_get('session.save_path') . '/sess_' .
session_id() . ' file!'
Expected result:
----------------
Size of file sess_* > 0
Actual result:
--------------
Size of file sess_* = 0
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=38296&edit=1