remove session key

This commit is contained in:
Taylor Otwell 2022-02-04 09:34:38 -06:00
parent 8819ee7097
commit 939b0ce9ba
1 changed files with 0 additions and 15 deletions

View File

@ -48,21 +48,6 @@
'encrypt' => false,
/*
|--------------------------------------------------------------------------
| Session Serialization
|--------------------------------------------------------------------------
|
| The session serialization strategy determines how the array of session
| data will get serialized into a string for storage. Typically, JSON
| serialization will be fine unless PHP objects are in the session.
|
| Supported: "json", "php"
|
*/
'serialization' => 'json',
/*
|--------------------------------------------------------------------------
| Session File Location