mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Allow session encryption.
This commit is contained in:
parent
5ce23f1859
commit
7b892e2452
@ -33,6 +33,19 @@ return [
|
||||
|
||||
'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
|
||||
|
Loading…
x
Reference in New Issue
Block a user