Skip to content

Commit f44f065

Browse files
authored
Use file session driver again
1 parent eca7bc7 commit f44f065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/session.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
|
1919
*/
2020

21-
'driver' => env('SESSION_DRIVER', 'cookie'),
21+
'driver' => env('SESSION_DRIVER', 'file'),
2222

2323
/*
2424
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)