Roundcube session timeout

nango

Verified User
Joined
May 13, 2006
Messages
92
Hi

In my centos 6 with DA I have roundcube and need to change session time out for clients to 4Hr.
where is roundcube config file? I installed it with CB2.
 
Thanks

vi /var/www/html/roundcubemail-1.3.1/config/defaults.inc.php
Code:
// Session lifetime in minutes
$config['session_lifetime'] = 240;

Chnaged from 10 min to 240

add line to: /var/www/html/roundcubemail-1.3.1/config/config.inc.php
// Session lifetime in minutes
$config['session_lifetime'] = 240;

Save readonly file in vi: :w !sudo tee %
 
Back
Top