No arquivo config.inc.php
editar
$cfg['Servers'][$i]['auth_type'] = 'whatever_it_is';
para
$cfg['Servers'][$i]['auth_type'] = 'cookie';
Em seguida, reinicie.
E alguma mágica vai acontecer!!
$cfg['Servers'][$i]['auth_type'] = 'whatever_it_is';
$cfg['Servers'][$i]['auth_type'] = 'cookie';