Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

phpmyadmin Failed to set session cookie. Maybe you are using HTTP instead of HTTPS

Tags:

php

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?

like image 360
Lancer Avatar asked Apr 13 '18 07:04

Lancer


2 Answers

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 .

In my case the chrome extension that caused the problem was called : Safe torrent scanner

like image 66
HenryW Avatar answered Nov 10 '22 08:11

HenryW


Just had this issue on Chrome today, the following worked for me so I thought I'd share it.

Navigate to the Inspector > Application > Clear Storage > Go ahead and clear everything.

enter image description here

like image 30
Elliot Avatar answered Nov 10 '22 06:11

Elliot