Page 1 of 1

Change web session timeout

Posted: 18 Jan 2021 17:28
by max_of_tl
Hi,

I tried changing the web config and it didn't have any effect:

/etc/httpd/conf.d/ssl.conf:
SSLSessionCacheTimeout 1200

Anyone have any suggestions?

Thanks,
Max

Re: Change web session timeout

Posted: 18 Jan 2021 17:33
by nicola.piazzi
vi /var/www/html/mailscanner/conf.php
// define('SESSION_TIMEOUT', 600);
define('SESSION_TIMEOUT', 12000);

Re: Change web session timeout

Posted: 18 Jan 2021 18:36
by max_of_tl
Thanks man you rock! :D