Warning: session_start() [function.session-start]:
Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at C:AppServwwwaaaindex.php:2) in C:AppServwwwaaaindex.php on line 2
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at C:AppServwwwaaaindex.php:2)
in C:AppServwwwaaaindex.php on line 2
upload ขึ้น server แล้วมีปัญหาดังนี้
เพราะบนเครื่อง localhost path เก็บมันจะเป็น
session.save_path = “C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp”
วิธีแก้ไขให้ไปแก้ไข file php.ini ของตัว server ด้วย
session.save_path = “C:/Temp” *****หรือ temp directory ที่มีอยู่จริง เช่น C:WINDOWSTemp
หลังจากนั้นให้ restart apache ก็จะสามารถใช้งานได้ตามปกติ