Default to file storage for sesions
This commit is contained in:
parent
4fe323a763
commit
bb84fa82a4
@ -107,7 +107,7 @@ return [
|
||||
|
||||
// Overrides config/session.php
|
||||
'session' => [
|
||||
'driver' => 'database',
|
||||
'driver' => 'file',
|
||||
'connection' => 'mysql',
|
||||
'lifetime' => 60 * 24, # 24 hours
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user