I'm a newbie. I install PHP 4.3 as a apache module and Apache 2.0.43 in WinXP. When I use the session_start(), it gave the following warning to me:
Warning: session_start() [function.session-start]: open(/tmp\sess_74cd6f82eee54a6afa8cc090389e6cd6, O_RDWR) failed: No such file or directory (2)
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at X:\XXXX\index.php:2)
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at X:\XXXX\index.php:2)
I've already change the session.save_path to %tmp% in php.ini. But when I use the phpinfo(), it is still using the old path /tmp. Would anyone help me to solve this problem?
Thanks.