Cannot send session cache limiter – headers already sent

session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /var/www/inpublisher/1.:1)

出现这个问题的解决办法,

在PHP页面首部直接设置OB_START();,就可以解决!
 

修改php.ini中的session.auto_start = 0 为 session.auto_start = 1
output_buffering =改为on或者任何数字。

 

发表评论

邮箱地址不会被公开。 必填项已用*标注

click to changeSecurity Code