Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at d:\ip1\studiophone.co.th\www\stu\chksession.php:2) in d:\ip1\studiophone.co.th\www\stu\chksession.php on line 3
Warning: Cannot modify header information - headers already sent by (output started at d:\ip1\studiophone.co.th\www\stu\chksession.php:2) in d:\ip1\studiophone.co.th\www\stu\chksession.php on line 8
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at d:\ip1\studiophone.co.th\www\stu\chksession.php:2) in d:\ip1\studiophone.co.th\www\stu\chksession.php on line 3
บรรทัดที่ 3 วิธีเช็ค session แบบนี้อาจจะทำให้เกิดปัญหาได้ ลองหาวิธีอื่นเช็คดู หรือไม่ก็ลองปิด ดูก่อนว่าใช่บรรทัดนั้นไหม
Date :
14 ก.ค. 2549 16:18:08
By :
โจผีนะ
No. 6
Guest
สรุปว่าได้ยังครับ
if ($sess_userid<>session_id() or $sess_username="")
เปลี่ยน
<?session_start();
if (($sess_userid<>session_id()) | | (!$sess_username))
{}
else{}?>
ลองดูนะ www.jamdai.com