Warning: session_start(): Cannot send session
Warning: session_start(): Cannot send session cache limiter
echo "<a href='../home.php'>Home</a>n<br />";
session_start();
Warning: session_start(): Cannot send session cache limiter
想知道為什麼session_start();加一句就會出現警告消息
session_start(): 放在文件開始 試試
Note: If you are using cookie-based sessions, you must call session_start() before anything is outputted to the browser.
如果你正在使用基於cookie的sessions,不要在session_start前面輸出任何東西都浏覽器