From:             [EMAIL PROTECTED]
Operating system: Linux
PHP version:      4.0CVS-2002-01-02
PHP Bug Type:     Session related
Bug description:  "mm" module for session saving uses hardcoded path

The session saving module in ext/session uses a hardcoded
path for its session file (/tmp/mm_session). This is bad
in environments where lots of php interpreters run in 
different webservers and User IDs (and different php.ini)
files. the attached patch fixes this problem and uses
session.save_path for this file.


-- 
Edit bug report at: http://bugs.php.net/?id=14808&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to