Skip to content
Snippets Groups Projects
Commit 5b5f65ae authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Remove the 'session.disable_fallback' from the configuration template.

parent 28cfb669
No related branches found
No related tags found
No related merge requests found
...@@ -292,12 +292,6 @@ $config = array( ...@@ -292,12 +292,6 @@ $config = array(
*/ */
'session.cookie.secure' => false, '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. * Enable secure POST from HTTPS to HTTP.
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment