diff --git a/config-templates/config.php b/config-templates/config.php index 12367f4a76bfa9fe5e5722a0015c9be49e6bd5f8..acc009e5947dbf51322f74acf602062cc6498a56 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. *