svn commit: r236195 - user/des/fbce

Dag-Erling Smorgrav des at FreeBSD.org
Mon May 28 19:44:36 UTC 2012


Author: des
Date: Mon May 28 19:44:35 2012
New Revision: 236195
URL: http://svn.freebsd.org/changeset/base/236195

Log:
  Change session idle timeout from 1800 s to 7200 s, and force unlink_on_exit
  off; the default is supposed to DTRT, but doesn't seem to.

Modified:
  user/des/fbce/fbce.conf

Modified: user/des/fbce/fbce.conf
==============================================================================
--- user/des/fbce/fbce.conf	Mon May 28 19:42:49 2012	(r236194)
+++ user/des/fbce/fbce.conf	Mon May 28 19:44:35 2012	(r236195)
@@ -26,9 +26,10 @@ descr = 2012 FreeBSD core team election
 </Model::Rules>
 
 <Plugin::Session>
-  expires = 1800
+  expires = 7200
   cookie_expires = 0
   # cookie_secure = true
   storage = /tmp/fbce.__UID__/session-cache
+  unlink_on_exit = 0
   cache_size = 8m
 </Plugin::Session>


More information about the svn-src-user mailing list