From: <gem...@li...> - 2011-11-21 09:54:43
|
Revision: 246 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=246&view=rev Author: michieltcs Date: 2011-11-21 09:54:34 +0000 (Mon, 21 Nov 2011) Log Message: ----------- Refs #453 - add idleTimeout parameter Modified Paths: -------------- trunk/new_project/application/configs/project.ini Modified: trunk/new_project/application/configs/project.ini =================================================================== --- trunk/new_project/application/configs/project.ini 2011-11-21 09:53:10 UTC (rev 245) +++ trunk/new_project/application/configs/project.ini 2011-11-21 09:54:34 UTC (rev 246) @@ -40,6 +40,19 @@ account.delayFactor = 4 ;------------------------------------------------------- +; SESSION SECTION +; +; idleTimeout +; +; Lifetime of the session (determines the expiration of +; the session namespace(s)). +; If not set, defaults to 1800 seconds = 30 minutes. +; +;------------------------------------------------------- + +session.idleTimeout = 1800 + +;------------------------------------------------------- ; ASK DELAY SECTION ; ; askDelay This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |