ID:               16359
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         Session related
 Operating System: Linux x86
 PHP Version:      4.1.2
 New Comment:

; Handler used to serialize data.  php is the standard ;serializer of
PHP.
session.serialize_handler = php

I hope you meant the above setting...

--Jani



Previous Comments:
------------------------------------------------------------------------

[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

Reply via email to