Page 1 of 1

Timeout

Posted: Tue Jun 26, 2018 5:47 pm
by marcvander
Hey,

One of my users is complaining about timeout. Sometimes he tries to save a form after some time, but he was logged out, so he looses his changes. What I don't understand is that I set timeout to 1000 minutes :
Capture d’écran 2018-06-26 à 17.37.34.png
Is there anything to change in my php config too ? Like in php.ini ?

Re: Timeout

Posted: Thu Jun 28, 2018 4:00 pm
by marcvander
So it seems I found a way. I followed what was told here: https://forums.nubuilder.cloud/viewtopic. ... out#p10001

I changed my php.ini config (for ubuntu, it is in /etc/php5/apache2/php.ini). I changed the value of gc_maxlifetime to 36000 (= 10 hours)

Re: Timeout

Posted: Fri Jun 29, 2018 11:28 pm
by admin
.