1 (edited by yavuz.maslak 2015-10-21 18:43:36)

Topic: how to increase timeout duration on iredadmin?

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.2
- Linux/BSD distribution name and version: ubuntu14.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):ldap
- Web server (Apache or Nginx):apache
- Manage mail accounts with iRedAdmin-Pro?2.3.1
- Related log if you're reporting an issue:
====
i want to increase idle time for iredadminpro user management panel. how can i do that ?

----

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

2

Re: how to increase timeout duration on iredadmin?

Add below setting in iRedAdmin-Pro config file `settings.py`, then restart Apache service. You can replace 1800 (in seconds) by the time you want.

SESSION_TIMEOUT = 1800