Heim > Artikel > Backend-Entwicklung > php报错:Cannot send session cookie – headers already sent by的解决方法
解决方法: 在进行PHP session 操作时,如果出现:Warning: Cannot send session cookie – headers already sent…”或者“Cannot add header information – headers already sent…” 只需对php.ini中的Output_buffering进行设置,默认值为no,修改为1即可。 |