Home > Backend Development > PHP Tutorial > php Cannot modify header information 和 Cannot send session cache limiter

php Cannot modify header information 和 Cannot send session cache limiter

WBOY
Release: 2016-06-23 13:57:17
Original
708 people have browsed it

在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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template