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:Model.php 中的 MassAssignmentException 2021-01-01
- 如何从数据库中获取数据以在 laravel 中查看页面? 2022-01-01
- PHP foreach() 与数组中的数组? 2022-01-01
- 覆盖 Magento 社区模块控制器的问题 2022-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01
- 使用 GD 和 libjpeg 支持编译 PHP 2022-01-01
- 如何在 Symfony2 中正确使用 webSockets 2021-01-01
- 如何使用 Google API 在团队云端硬盘中创建文件夹? 2022-01-01
- openssl_digest vs hash vs hash_hmac?盐与盐的区别HMAC? 2022-01-01
- PHP - if 语句中的倒序 2021-01-01
