ID: 16359
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: No Feedback
Bug Type: Session related
Operating System: Linux x86
PHP Version: 4.1.2
New Comment:
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
Previous Comments:
------------------------------------------------------------------------
[2002-03-30 05:12:04] [EMAIL PROTECTED]
; Handler used to serialize data. php is the standard ;serializer of
PHP.
session.serialize_handler = php
I hope you meant the above setting...
--Jani
------------------------------------------------------------------------
[2002-03-30 04:58:58] [EMAIL PROTECTED]
PHP.ini settings:
session.save_handler = wddx
session.auto_start = 1
<?php
echo "This should be the session ID: ".session_id()."<br>";
echo "How about this: ".SID."<br>";
if (SID=='') {
echo "<b>Something wrong with wddx sessions!</b>";
}
?>
changing the save_handler back to php fixes this problem.
terry
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=16359&edit=1