当前位置: 代码迷 >> PHP >> php Cannot modify header information 跟 Cannot send session cache limiter
  详细解决方案

php Cannot modify header information 跟 Cannot send session cache limiter

热度:277   发布时间:2016-04-28 19:14:04.0
php Cannot modify header information 和 Cannot send session cache limiter

在php开发中遇到两个问题

(1)Cannot send session cache limiter   

    解决方式  找到 php.ini        修改php.ini中的 session.auto_start = 0 为 session.auto_start = 1


(2)Cannot modify header information 

  解决方式  找到 php.ini    修改php.ini中的 output_buffering = on

  相关解决方案