Ich zitiere mal aus den Kommentaren in der
config.inc.php:
Code:
/**
* The 'cookie' auth_type uses blowfish algorithm to encrypt the password. If
* at least one server configuration uses 'cookie' auth_type, enter here a
* passphrase that will be used by blowfish. The maximum length seems to be 46
* characters.
*/
$cfg['blowfish_secret'] = '';
Wen Du also
$cfg['Servers'][$i]['auth_type'] = 'cookie'; irgendwo verwendest, musst Du für
$cfg['blowfish_secret'] (irgendein) Passwort eintragen, mit dem dann die Cookie-Daten verschlüsselt werden.
Trag was ein und gut ist.