ID: 36041
Updated by: [EMAIL PROTECTED]
Reported By: miguelangeldavila at argotvisual dot net
-Status: Open
+Status: Bogus
Bug Type: Session related
Operating System: Linux
PHP Version: 5.1.2
New Comment:
It won't be printed if it's available through other means, in this case
in the cookie. This is expected behaviour.
(hint: Turn off cookies..)
Previous Comments:
------------------------------------------------------------------------
[2006-01-17 03:24:52] miguelangeldavila at argotvisual dot net
Description:
------------
PHP 5.1.2 does not print session_id automatically into pages code. The
session.use_trans_sid stoped working after install PHP 5.1.2. Despite
php.ini has session.use_trans_sid=1, and even the program has a line
ini_set('session.use_trans_sid', 1);
Reproduce code:
---------------
php.ini
session.use_trans_sid=1
code
ini_set('session.use_trans_sid', 1);
Expected result:
----------------
<a href="page.php?PHPSESSION=XXXXXXXXXXX">
<form method="post"
action="auditores_form_delete.php?PHPSESSION=XXXXXXXXXXX">
Actual result:
--------------
<a href="page.php>
<form method="post" action="auditores_form_delete.php>
PHP does not print session id automatically
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=36041&edit=1