keep logged in
Posted: Thu Apr 15, 2021 4:28 pm
I want to get my users kept logged in for some hours.
also when they open the webside in a window via a generated link (https://forums.nubuilder.cloud/viewtopic. ... 435#p23435)
noconfig is set.
where is the failure? what am i doing wrong?
also when they open the webside in a window via a generated link (https://forums.nubuilder.cloud/viewtopic. ... 435#p23435)
noconfig is set.
Code: Select all
$nuConfigKeepSessionAlive = true; //-- Use a timer to keep the session alive
$nuConfigKeepSessionAliveInterval = 6000; //-- Keep-alive interval. Default 600 s (10 min)