From: [EMAIL PROTECTED] Operating system: Linux 2.4.19 PHP version: 4.2.3 PHP Bug Type: Session related Bug description: Session Management and Safe_mode disturb each other
The following problem occurs: session.save_path is set to /tmp safe_mode is on There are several virtual domains with their own home directory (each has one). The session Management does only work, if the safe_mode is off. It also works, when safe_mode is on and session.save_path is set to some place in one of this home directories (but of course only for this virtual domain, yes, I tried it). I can't understand, why safe_mode does influences the session management. I couldn't find any hint if this is by design. It is not possible for me to have a separate session.safe_path for everyone. -- Edit bug report at http://bugs.php.net/?id=19477&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=19477&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=19477&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=19477&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=19477&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=19477&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=19477&r=support Expected behavior: http://bugs.php.net/fix.php?id=19477&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=19477&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=19477&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=19477&r=globals
