Set session.encrypt to true

This commit is contained in:
James Brooks
2015-06-04 09:10:58 +01:00
parent e70e228e38
commit ba79d2c8a3

View File

@@ -53,7 +53,7 @@ return [
|
*/
'encrypt' => false,
'encrypt' => true,
/*
|--------------------------------------------------------------------------