We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2642b63 commit 9f16815Copy full SHA for 9f16815
etc/session.config.php
@@ -25,7 +25,7 @@
25
26
return #[ConfigModule(name: 'session', enabled: true, priority: 100, belongsTo: SessionPackage::class)]
27
static fn() => [
28
- 'default' => env('SESSION_DEFAULT') ?: 'database',
+ 'default' => env('SESSION_DEFAULT') ?: 'filesystem',
29
30
'cookie_params' => [
31
'expires' => '+150minutes',
0 commit comments