Hello, I have a problem with the Roundcube 1.2.3 under Debian 9. In my config I set: $config['log_session'] = true; and $config['session_lifetime'] = 20; Unfortunately that doesn't work. Roundcube don't close session at all. This big problem for me. Except for this feature everything works fine. Very thanks for all suggestions. Mrok
Your php session value is high, or unlimited
Check /etc/php/apache[2]/php.ini
From: users-bounces@lists.roundcube.net [mailto:users-bounces@lists.roundcube.net] On Behalf Of sws001 Sent: 11 de novembro de 2017 15:54 To: users@lists.roundcube.net Subject: [RCU] Problem with session_lifetime
Hello,
I have a problem with the Roundcube 1.2.3 under Debian 9.
In my config I set:
$config['log_session'] = true;
and
$config['session_lifetime'] = 20;
Unfortunately that doesn't work. Roundcube don't close session at all.
This big problem for me.
Except for this feature everything works fine.
Very thanks for all suggestions.
Mrok
Dnia 11 listopada 2017 17:10 Jorge Bastos <mysql.jorge@decimal.pt> napisał(a): Your php session value is high, or unlimited Check /etc/php/apache[2]/php.ini Many thanks. :) This is problably session.gc_maxlifetime option (it has default 1440s). Mrok
That :)
From: users-bounces@lists.roundcube.net [mailto:users-bounces@lists.roundcube.net] On Behalf Of sws001 Sent: 11 de novembro de 2017 17:16 To: users@lists.roundcube.net Subject: [RCU] Pd: Re: Problem with session_lifetime
Dnia 11 listopada 2017 17:10 Jorge Bastos <mysql.jorge@decimal.pt mailto:mysql.jorge@decimal.pt > napisał(a):
Your php session value is high, or unlimited
Check /etc/php/apache[2]/php.ini
Many thanks. :)
This is problably session.gc_maxlifetime option (it has default 1440s).
Mrok