解决php中Cannot send session cache limiter 的有关问题
程序员文章站
2024-01-19 11:15:34
...
解决php中Cannot send session cache limiter 的问题
今天在使用php 的session 的时候,出现了以前就遇见但是又解决不了的问题,在页面上出现如下提示: Warning: session_start() [function.session-start]: Cannot sendsession cache limiter - headers already sent (output started atE:\php\code\admin.php:1) in E:\php\code\logolist\adminlogo.php online 2 上网搜了一下,有人说是因为在session_start();语句之前有其他的html代码,但是我的session_start(); 已经在做前面了。 但是我做如上设置之后还是会有这个提示。后来经过反复测试,终于解决问题。 解决办法: 修改php.ini中的session.auto_start = 0 为 session.auto_start = 1。
相关文章
相关视频
上一篇: nginx服务错误
下一篇: php 在线编辑EXCEL,该怎么处理
推荐阅读
-
解决php中Cannot send session cache limiter 的有关问题
-
解决php中Cannot send session cache limiter 的有关问题
-
解决php中Cannot send session cache limiter 的问题的方法_PHP教程
-
php session_start()关于Cannot send session cache limiter - headers already sent错误解决方法
-
解决php中Cannot send session cache limiter 的问题的方法
-
php session_start()关于Cannot send session cache limiter - headers already sent错误解决方法
-
Warning Cannot send session cookie - headers already sent.有关问题的解决(PHP的UTF-8 BOM引
-
php session_start()关于Cannot send session cache limiter - headers already sent错误解决方法_php技巧
-
php session_start()关于Cannot send session cache limiter - headers already sent错误解决方法_php技巧
-
解决php中Cannot send session cache limiter 的问题的方法_php技巧