Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Timeout

Questions related to using nuBuilder Forte.
Post Reply
marcvander
Posts: 101
Joined: Mon Mar 26, 2018 5:57 pm

Timeout

Unread post 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 ?
You do not have the required permissions to view the files attached to this post.
Config:
nuBuilder v4 on a dedicated LAMP server:
-Ubuntu 14.04.5 LTS
-Apache 2.4.7
-MySQL 14.14 Distrib 5.7.22
-PHP 5.5.9-1ubuntu4.23
marcvander
Posts: 101
Joined: Mon Mar 26, 2018 5:57 pm

Re: Timeout

Unread post 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)
Config:
nuBuilder v4 on a dedicated LAMP server:
-Ubuntu 14.04.5 LTS
-Apache 2.4.7
-MySQL 14.14 Distrib 5.7.22
-PHP 5.5.9-1ubuntu4.23
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Timeout

Unread post by admin »

.
Post Reply