Is there a setting to control how long a logged-in user can be inactive/idle before automatic logout occurs?
It is set in PHP settings, session.cookie_time by default, it is 0 - it means that user is logged-in until he closes all browser windows.
these settings are not in admin area you may add to top of amember/config.inc.php file PHP: ini_set('session.cookie_time', 30);