chore(config): remove unused session options

This commit is contained in:
peaklabs-dev 2025-12-04 15:59:31 +01:00
parent cf081bba5b
commit 3a2dd35c41
No known key found for this signature in database

View file

@ -50,19 +50,6 @@ return [
'encrypt' => env('SESSION_ENCRYPT', true),
/*
|--------------------------------------------------------------------------
| Session File Location
|--------------------------------------------------------------------------
|
| When utilizing the "file" session driver, the session files are placed
| on disk. The default storage location is defined here; however, you
| are free to provide another location where they should be stored.
|
*/
'files' => storage_path('framework/sessions'),
/*
|--------------------------------------------------------------------------
| Session Database Connection
@ -76,19 +63,6 @@ return [
'connection' => env('SESSION_CONNECTION', 'sessions'),
/*
|--------------------------------------------------------------------------
| Session Database Table
|--------------------------------------------------------------------------
|
| When using the "database" session driver, you may specify the table to
| be used to store sessions. Of course, a sensible default is defined
| for you; however, you're welcome to change this to another table.
|
*/
'table' => env('SESSION_TABLE', 'sessions'),
/*
|--------------------------------------------------------------------------
| Session Cache Store