Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

[Changed] Keep session alive

Information about updates, news, Code Library
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

[Changed] Keep session alive

Unread post by admin »

The existing "keep alive" code did not work reliably and has been replaced.

Settings in nuconfig.php:

Code: Select all

	$nuConfigKeepSessionAlive	        = true;	//-- Use a timer to keep the session alive
	$nuConfigKeepSessionAliveInterval	= 600;	//-- Keep-alive interval. Default 600 s (10 min)
Post Reply