Commit 7b892e24 authored by Taylor Otwell's avatar Taylor Otwell

Allow session encryption.

parent 5ce23f18
...@@ -33,6 +33,19 @@ return [ ...@@ -33,6 +33,19 @@ return [
'expire_on_close' => false, 'expire_on_close' => false,
/*
|--------------------------------------------------------------------------
| Session Encryption
|--------------------------------------------------------------------------
|
| This option allows you to easily specify that all of your session data
| should be encrypted before it is stored. All encryption will be run
| automatically by Laravel and you can use the Session like normal.
|
*/
'encrypt' => false,
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Session File Location | Session File Location
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment