返回顶部
首页 > 资讯 > 数据库 >sqli-labs Less24 登录出现报错Cannot send session cache limiter....
  • 706
分享到

sqli-labs Less24 登录出现报错Cannot send session cache limiter....

摘要

问题描述 这是一道二次注入题,注册完成后,应该登录然后修改密码,但是登录的时候出现: Warning: session_start(): Cannot send session cache limiter - headers alread


	sqli-labs Less24 登录出现报错Cannot send session cache limiter....
[数据库教程]

问题描述

技术图片
这是一道二次注入题,注册完成后,应该登录然后修改密码,但是登录的时候出现:

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /var/www/html/Less-24/login.PHP:9) in /var/www/html/Less-24/login.php on line 11

Warning: Cannot modify header infORMation - headers already sent by (output started at /var/www/html/Less-24/login.php:9) in /var/www/html/Less-24/login.php on line 44

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/Less-24/login.php:9) in /var/www/html/Less-24/login.php on line 45

解决方法

这是php.ini配置里的一点问题。
找到自己的php.ini,把两个参数修改一下:

session.auto_start=0 修改为 session.auto_start=1

不太清楚这个是什么问题,据说是“UTF8文件的BOM(Byte Order Mark)标志,在保存的时候会自动存入!”

output_buffering = Off 修改为 output_buffering = On

打开所有php程序的输出缓存

修改完以后重启一下apache,就可以了
技术图片

参考资料

https://www.cnblogs.com/dabaixiong/articles/5186274.html
Https://www.pzboy.com/soft/php/header/

sqli-labs Less24 登录出现报错Cannot send session cache limiter....

原文地址:https://www.cnblogs.com/yunqian2017/p/13366345.html

您可能感兴趣的文档:

--结束END--

本文标题: sqli-labs Less24 登录出现报错Cannot send session cache limiter....

本文链接: https://lsjlt.com/news/7434.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作