We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca7bc7 commit f44f065Copy full SHA for f44f065
config/session.php
@@ -18,7 +18,7 @@
18
|
19
*/
20
21
- 'driver' => env('SESSION_DRIVER', 'cookie'),
+ 'driver' => env('SESSION_DRIVER', 'file'),
22
23
/*
24
|--------------------------------------------------------------------------
0 commit comments