From: [EMAIL PROTECTED]
Operating system: Linux x86
PHP version: 4.1.2
PHP Bug Type: Session related
Bug description: session_id returns empty string if save handler is wddx
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 bug report at http://bugs.php.net/?id=16359&edit=1
--
Fixed in CVS: http://bugs.php.net/fix.php?id=16359&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=16359&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=16359&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=16359&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16359&r=support
Expected behavior: http://bugs.php.net/fix.php?id=16359&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=16359&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=16359&r=submittedtwice