最模板 - 外贸网站建设,外贸网站模板

最模板

当前位置: 首页 > 建站教程 > php教程 >

session Cannot send session cache limiter 错误提示

时间:2014-06-09 16:40来源: 作者: 点击:
错误提示, session cannot send session cache limiter,开始时经常会碰到如下提示:warning: session_start() [function.session-start]: cannot send session cache limiter - headers already sent (output started at e:php www.vcphp.com admi

错误提示,session cannot send session cache limiter,开始时经常会碰到如下提示:warning: session_start() [function.session-start]: cannot send session cache limiter - headers already sent (output started at e:php www.vcphp.com admin.php:1) in e:phpwww.vcphp.comlogolistadminlogo.php on line 2

这是提供session前面己经有输出了,我们只要把session_start()放在最前面,同时最了为避免出错提供可以在前面加@,如@session_start();这样就可以了。

同时也可以在php.ini中修改session.auto_start = 0 为 session.auto_start = 1就可以了。

(责任编辑:admin)
------分隔线----------------------------
栏目列表
推荐内容