Hi,
i would like to introduce saving server, db and table in cookie too, but only checked in index.php
so a user will always return to the last opened server/db/table
// with true phpMyAdmin will save last opened server/db/table in a // cookie and restore it when phpMyAdmin re-opens $cfg['RememberLastPosition'] = true;