The configuration file of Plesk-Roundcube is /usr/share/psa-roundcube/config/config.inc.php and the defaults are in the same directory in the file defaults.inc.php
By default, Roundcube has a session timeout of 10 minutes. If you want to change that then you can edit config.inc.php and add:
Code:
// Session lifetime in minutes
$config['session_lifetime'] = 30;