From:             [EMAIL PROTECTED]
Operating system: win2000
PHP version:      4.0.6
PHP Bug Type:     Apache related
Bug description:  session problem when run as Apache SAPI

I had to run PHP as DLL rather than EXE because I need to override php.ini
settings by using .htaccess

As an EXE it works properly, but when run as apache DLL I face session
problems. Although I change session.save_path in php.ini to
"c:\\apache\\php\\tmp" (also tried "c:\apache\php\tmp") PHP tries to save
cookies to /tmp , and for sure it cannot.

I did a session.save_handler = mm  in php.ini, but PHP still tried to save
the cookie to /tmp.

-- 
Edit bug report at: http://bugs.php.net/?id=12657&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