Aymen++
04-15-2004, 10:40 AM
i used this function:
session_start();
and i had these warnings:
Warning: Cannot send session cache limiter - headers already sent (output started at c:\program files\apache group\apache\htdocs\test\index.php:8) in c:\program files\apache group\apache\htdocs\test\index.php on line 38
Warning: open(/tmp\sess_2f20ae55ca19e33486cb9c946e0b2c97, O_RDWR) failed: m (2) in c:\program files\apache group\apache\htdocs\test\index.php on line 38
Warning: open(/tmp\sess_2f20ae55ca19e33486cb9c946e0b2c97, O_RDWR) failed: m (2) in Unknown on line 0
Warning: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
what is the problem? and what is the solution?
session_start();
and i had these warnings:
Warning: Cannot send session cache limiter - headers already sent (output started at c:\program files\apache group\apache\htdocs\test\index.php:8) in c:\program files\apache group\apache\htdocs\test\index.php on line 38
Warning: open(/tmp\sess_2f20ae55ca19e33486cb9c946e0b2c97, O_RDWR) failed: m (2) in c:\program files\apache group\apache\htdocs\test\index.php on line 38
Warning: open(/tmp\sess_2f20ae55ca19e33486cb9c946e0b2c97, O_RDWR) failed: m (2) in Unknown on line 0
Warning: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
what is the problem? and what is the solution?