1

Topic: Roundcube webmail sessions

Dear Team,

Roundcube webmail sessions are not getting auto-disconnected. Even if users do not sign out, the session remains active until the next day.

what is the solution for that

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Roundcube webmail sessions

Did you modify any Roundcube settings in /opt/www/roundcubemail/config/config.inc.php?
Default session lifetime is 10 minutes defined in /opt/www/roundcubemail/config/defaults.inc.php.

3

Re: Roundcube webmail sessions

Default setting was not present in config file that why I have changed following setting but still session is not disconnecting after 24 hours also

$config['session_lifetime'] = 15;   // 15 minutes
$config['session_timeout_warning'] = 5; // minutes before logout
$config['session_domain'] = '';
$config['session_path'] = '/';

4

Re: Roundcube webmail sessions

Default setting was not present in config.inc.php file that why I have changed following setting in config.inc.php but still session is not disconnecting after 24 hours also

$config['session_lifetime'] = 15;   // 15 minutes
$config['session_timeout_warning'] = 5; // minutes before logout
$config['session_domain'] = '';
$config['session_path'] = '/';

5

Re: Roundcube webmail sessions

Do you login to webmail and keep the web page open for 24 hours?

6

Re: Roundcube webmail sessions

Yes,