最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
session Cannot send session cache limiter 错误提示
时间:2022-07-02 10:35:30 编辑:袖梨 来源:一聚教程网
开始时经常会碰到如下提示
warning: session_start() [function.session-start]: cannot send session cache limiter - headers already sent (output started at e:php教程www.111com.netadmin.php:1) in e:phpwww.111com.netlogolistadminlogo.php on line 2
这是提供session前面己经有输出了,我们只要把session_start()放在最前面,同时最了为避免出错提供可以在前面加@,如@session_start();这样就可以了。
同时也可以在php.ini中修改session.auto_start = 0 为 session.auto_start = 1
就可以了。
相关文章
- 《燕云十六声》红尘无眼完成图文攻略 12-25
- 《燕云十六声》阴阳如影完成图文攻略 12-25
- 《燕云十六声》悬檐之下四架椽屋图文攻略 12-25
- 《燕云十六声》2024最新公测时间介绍 12-25
- 《燕云十六声》有没有藏宝阁 12-25
- 《燕云十六声》制作公司介绍 12-25