Home  >  Article  >  Backend Development  >  php Cannot modify header information 跟 Cannot send session cache limiter

php Cannot modify header information 跟 Cannot send session cache limiter

WBOY
WBOYOriginal
2016-06-13 11:56:57804browse

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

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn