|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-08-02 13:53 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 12:00:01 2025 UTC |
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