From 44926f3932d06baefc190560191b013331818e66 Mon Sep 17 00:00:00 2001 From: Adam Monsen Date: Mon, 12 Mar 2012 11:15:58 -0700 Subject: [PATCH] [session-lifetime] Fix default (0) in example config Follow-up to fa999f02d428cf32d3b3d4f70936f1bc817db633. --- reference/configuration/framework.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index a5b5e2d3b4d..d78df476fb6 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -288,7 +288,7 @@ Full Default Configuration auto_start: ~ storage_id: session.storage.native name: ~ - lifetime: 86400 + lifetime: 0 path: ~ domain: ~ secure: ~