Page 1 of 1

Unwanted logout

Posted: Wed Oct 07, 2020 12:07 pm
by GlenMcCabe
I am experiencing a problem which was previously experienced by FPDRAGON. I get the message "you must be logged into nubuilder...." and have to navigate to a new destination and back to Nubuilder to login again.

The topic chain seems to end without a solution and I was wondering if a solution has been found.

Alternatively is it possible to set a logout period where nuBuilder will revert to the login screen after aperiod of inactivity.

Glen

Re: Unwanted logout

Posted: Wed Oct 07, 2020 12:46 pm
by Janusz
Just to confirm - in my case the following solution solved completelly the issue with painfull logout.
Working well since long time in databases on different networks

https://forums.nubuilder.cloud/viewtopic. ... ted#p19456

in the code just replace:
nuRunPHPHidden('my_time'); with nuRunPHPHidden('my_time','x');

(forms in iframes are not necessary - just add the code to your existing database)