phpmyadmin Failed to set session cookie. Maybe you are using HTTP instead of HTTPS(phpmyadmin 无法设置会话 cookie.也许您使用的是 HTTP 而不是 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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!