本帖最后由 chun3391 于 2015-4-21 18:59 编辑
$this->load->library('session'); 去掉这句就ok
错误提示如下 ------------ HTTP 错误 500.0 - Internal Server Error C:\phpStudy4IIS\php54n\php-cgi.exe - FastCGI 进程意外退出
详细错误信息: 模块 FastCgiModule 通知 ExecuteRequestHandler 处理程序 phpStudy_FastCGI 错误代码 0x000000ff 物理路径 D:\wwwroot\ci3\app\index.php 登录方法 匿名 登录用户 匿名
再次测试 打开文件session.php下面加入: file_put_contents(APPPATH."a.txt", 1, FILE_APPEND); session_start(); file_put_contents(APPPATH."a.txt", 2, FILE_APPEND);
输出1,不输出2,跪求啊!!!
|