Page 1 of 1

keep logged in

Posted: Thu Apr 15, 2021 4:28 pm
by getNo
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.

Code: Select all

	$nuConfigKeepSessionAlive			= true;						//-- Use a timer to keep the session alive
	$nuConfigKeepSessionAliveInterval	= 6000;						//-- Keep-alive interval. Default 600 s (10 min)
where is the failure? what am i doing wrong?

Re: keep logged in

Posted: Thu Apr 15, 2021 10:51 pm
by kev1n

Re: keep logged in

Posted: Fri Apr 16, 2021 8:57 am
by getNo
i read the topic, but did not really found a point for me.

i can stay logged in a long time in the same window. No issue there.

But i also want to be logged in, when the webside is opened again in a new window. if i click a link with CTRL for new tab, im logged in. But not, when i copy the url to a new tab.


Is this a normal behavior or just me?

Re: keep logged in

Posted: Fri Apr 16, 2021 9:16 am
by kev1n
getNo wrote: Is this a normal behavior or just me?
That is the case at the moment. Since that has been bugging me too, I hope to find a solution for that.

Re: keep logged in

Posted: Mon Apr 19, 2021 6:20 pm
by kev1n
Github updated: Logging in again is not necessary if an existing session exists (and as long as the browser is not closed)