phpmyadmin timeout

it would be nice to have a setting in Overview for phpMyAdmin to be able to specify the number of seconds for phpMyAdmin browser window to time out, by adding to /home/interworx/lib/phpMyAdmin/config.inc.php the following:

$cfg[‘LoginCookieValidity’] = 14400; // CUSTOM SETTING set phpmyadmin login cookie

john