You may have noticed that in order to log into the AdminCP you must login twice. This is done for extra added security. If you want to disable this feature open the file:
include/setting/server.sett.php
Look for:
$_CONF['core.admincp_do_timeout'] = true;
Replace with:
$_CONF['core.admincp_do_timeout'] = false;