|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-12-12 20:04 UTC] naox at O2 dot pl
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 01 07:00:01 2025 UTC |
Description: ------------ It seems there is a bug in 5.2.8. session_name() does not set session name. It always stay default from session.name in php.ini Reproduce code: --------------- <? session_start(); session_name("abc"); echo session_name(); ?> Expected result: ---------------- in 5.2.6 abc Actual result: -------------- in 5.2.8 PHPSESSID