<?
session_start();
?>
이렇게 달랑 하나 있는데 에러 메세지가 떴다. 에러 메세지는 다음과 같았다.
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at C:\APM_Setup6\htdocs\index.php:1) in C:\APM_Setup6\htdocs\ndex.php on line 1
구글 번역기를 돌려 보니 “세션 캐시를 보낼 수없습니다 리미 – 헤더를 이미 보낸”이라고 나왔다.
session_start();
?>
이렇게 달랑 하나 있는데 에러 메세지가 떴다. 에러 메세지는 다음과 같았다.
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at C:\APM_Setup6\htdocs\index.php:1) in C:\APM_Setup6\htdocs\ndex.php on line 1
구글 번역기를 돌려 보니 “세션 캐시를 보낼 수없습니다 리미 – 헤더를 이미 보낸”이라고 나왔다.