HI guys,
keep getting these error messages:
Warning: session_register(): open(/tmp\sess_174119d38bbd33547a96e0d62e9fad25, O_RDWR) failed: No such file or directory (2) in c:\program files\apache group\apache\htdocs\config.php on line 65
Warning: session_register(): Cannot send session cookie - headers already sent by (output started at c:\program files\apache group\apache\htdocs\functions.php:304) in c:\program files\apache group\apache\htdocs\config.php on line 65
Warning: session_register(): Cannot send session cache limiter - headers already sent (output started at c:\program files\apache group\apache\htdocs\functions.php:304) in c:\program files\apache group\apache\htdocs\config.php on line 65
Warning: Unknown(): open(/tmp\sess_56cbc19ff44507c5c7c27f92de087b11, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
I have changed the php.ini so the session.save_path is C:\temp.
Im not sure but do I have to change the httpd.conf file as well?
Any help will be much appreicated
thanks