1

Topic: Displaying session time out after 30 min, how to disable the timelimit

==== Required information ====
- iRedMail version (check /etc/iredmail-release): version 2.4.0
- Linux/BSD distribution name and version: centos release 7.0
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): NGINX
- Manage mail accounts with iRedAdmin-Pro? IRED ADMIN PRO
- Related log if you're reporting an issue:
====
Displaying session time out after 30 min, how to disable the timelimit in roundcube webmail

----

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

2

Re: Displaying session time out after 30 min, how to disable the timelimit

Why do you want to disable it? If no activity on webmail in certain period, it's better to logout.

Try to increase Roundcube parameter:

$config['session_lifetime'] = 10;

3

Re: Displaying session time out after 30 min, how to disable the timelimit

ZhangHuangbin wrote:

Why do you want to disable it? If no activity on webmail in certain period, it's better to logout.

Try to increase Roundcube parameter:

$config['session_lifetime'] = 10;

'10' is in minutes or seconds ,and where do i get this parameter?

4

Re: Displaying session time out after 30 min, how to disable the timelimit

vamshi.krishna wrote:

'10' is in minutes or seconds ,and where do i get this parameter?

Check file /var/www/roundcubemail/config/defaults.inc.php.