Configure phpMyAdmin to use the authentication cookies
Below a very simple way to change the authorization phpmyadmin http cookie
Made in seconds.
Edit the configuration file of our phpmyadmin.
In the case of a server with DirectAdmin panel it is in the location:
1 | /var/www/html/phpMyAdmin/config.inc.php |
I make a change:
1 | $cfg['Servers'][$i]['auth_type'] = 'http'; |
na
1 | $cfg['Servers'][$i]['auth_type'] = 'cookie'; |
That's it 🙂