Skip to content

Commit

Permalink
PASSBOLT-2029 default php session
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricalfonsi committed May 19, 2017
1 parent 64e9079 commit d1f131e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Config/core.php.default
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ require_once dirname(__DIR__) . '/Vendor/autoload.php';
* the cake shell command: cake schema create Sessions
*/
Configure::write('Session', array(
'defaults' => 'cache',
'defaults' => 'php',
));

/**
Expand Down

0 comments on commit d1f131e

Please sign in to comment.