Change web session timeout

Questions and answers about how to do stuff
Post Reply
max_of_tl
Posts: 15
Joined: 07 Jan 2021 18:47

Change web session timeout

Post 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
nicola.piazzi
Posts: 388
Joined: 23 Apr 2015 09:45

Re: Change web session timeout

Post by nicola.piazzi »

vi /var/www/html/mailscanner/conf.php
// define('SESSION_TIMEOUT', 600);
define('SESSION_TIMEOUT', 12000);
max_of_tl
Posts: 15
Joined: 07 Jan 2021 18:47

Re: Change web session timeout

Post by max_of_tl »

Thanks man you rock! :D
Post Reply