phpmyadmin Failed to set session cookie. Maybe you are using HTTP instead of HTTPS(phpmyadmin 无法设置会话 cookie.也许您使用的是 HTTP 而不是 HTTPS)
问题描述
我安装了 PHP、Apache 和 MySQL,并且工作正常.当我完成安装 Phpmyadmin 时,打开它时出现错误.
I install PHP, Apache, and MySQL done and worked. When I finish installing Phpmyadmin, then open it has an error.
Failed to set session cookie. Maybe you are using HTTP instead of HTTPS.
我不知道为什么.我该如何解决这个问题?
I don't know why. How can I fix this?
推荐答案
在网上搜索此问题的解决方案后,我发现在我的情况下是特定的 chrome 扩展程序导致了登录问题.所以我建议禁用您的扩展程序.
After searching the net for a solution to this problem i figured out that in my case a specific chrome extension caused the login problem. So i recommend to disable your extensions .
就我而言,导致问题的 chrome 扩展名为:Safe Torrent Scanner
In my case the chrome extension that caused the problem was called : Safe torrent scanner
这篇关于phpmyadmin 无法设置会话 cookie.也许您使用的是 HTTP 而不是 HTTPS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:phpmyadmin 无法设置会话 cookie.也许您使用的是 HTTP 而不是 HTTPS
基础教程推荐
- 如何在 Laravel 5.3 注册中添加动态下拉列表列? 2021-01-01
- 有什么方法可以用编码 UTF-8 而不是 Unicode 返回 PHP`json_encode`? 2021-01-01
- 如何在 Laravel 中使用 React Router? 2022-01-01
- PHP 类:全局变量作为类中的属性 2021-01-01
- 在PHP中根据W3C规范Unicode 2022-01-01
- 如何替换eregi() 2022-01-01
- PHP PDO MySQL 查询 LIKE ->多个关键词 2021-01-01
- 学说 dbal querybuilder 作为准备好的语句 2022-01-01
- YouTube API v3 点赞视频,但计数器不增加 2022-01-01
- Cron Jobs 调用带有变量的 PHP 脚本 2022-01-01
