ID: 46855
User updated by: naox at O2 dot pl
Reported By: naox at O2 dot pl
-Status: Open
+Status: Bogus
Bug Type: Session related
Operating System: centos
PHP Version: 5.2.8
New Comment:
sorry. invalid.
Previous Comments:
------------------------------------------------------------------------
[2008-12-12 19:58:59] naox at O2 dot pl
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
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=46855&edit=1