From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.2.2 PHP Bug Type: Unknown/Other Function Bug description: session user-defined handler also called even if session.save_handler set to mm
according to the documentation, the user-session-save_handler installed by session_set_save_handler gets only called if session.save_handler is set to user in the config. this isn't true. it's also called even if session.save_handler is set to for example mm. documentation or php bug ? -- Edit bug report at http://bugs.php.net/?id=19626&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=19626&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=19626&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=19626&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=19626&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=19626&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=19626&r=support Expected behavior: http://bugs.php.net/fix.php?id=19626&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=19626&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=19626&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=19626&r=globals
