1

Topic: iRedMailPro Admin Session Timeout

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 0.99
- Deployed with iRedMail Easy or the downloadable installer? downloadable installer
- Linux/BSD distribution name and version: Centos
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  LDAP
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? 3.7
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Is it possible to increase the session timeout for iRedAdminPro?   

Thanks,
Bob

----

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

2

Re: iRedMailPro Admin Session Timeout

Sure. In /opt/www/iredadmin/settings.py, add parameter below:

SESSION_TIMEOUT = 1800

Defaults to 1800 seconds (30 minutes), you can increase it. Restarting "iredadmin" service is required after this change.

Note: you can find this default value in /opt/www/iredadmin/libs/default_settings.py.