From 5b5f65ae95c4fe51b2b93ed52cf947f39c4b0ab7 Mon Sep 17 00:00:00 2001
From: Jaime Perez Crespo <jaime.perez@uninett.no>
Date: Tue, 20 Jan 2015 13:30:58 +0100
Subject: [PATCH] Remove the 'session.disable_fallback' from the configuration
 template.

---
 config-templates/config.php | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/config-templates/config.php b/config-templates/config.php
index 12367f4a7..acc009e59 100644
--- a/config-templates/config.php
+++ b/config-templates/config.php
@@ -292,12 +292,6 @@ $config = array(
      */
     'session.cookie.secure' => false,
 
-    /*
-     * When set to FALSE fallback to transient session on session initialization
-     * failure, throw exception otherwise.
-     */
-    'session.disable_fallback' => false,
-
     /*
      * Enable secure POST from HTTPS to HTTP.
      *
-- 
GitLab