Warning: session_start(): Cannot send session cookie

php 警告提示:

Warning: session_start(): Cannot send session cookie – headers already sent by (outputstarted at /绝对路径/a.php:1) in /home/绝对路径/config.php on line 48

 

解决方法:

在文件管理器中,找到该网站的根目录,在该目录下新建php.ini文件,右键“Edit”,写入 output_buffering = on  代码,保存修改即可。

注释:output_buffering = on   打开无限大的输出缓存,默认值为off.