8000 Use file session driver again · iDoLaravel/laravel@eca7bc7 · GitHub
[go: up one dir, main page]

Skip to content

Commit eca7bc7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ DB_PASSWORD=
1616
BROADCAST_DRIVER=log
1717
CACHE_DRIVER=file
1818
QUEUE_CONNECTION=sync
19-
SESSION_DRIVER=cookie
19+
SESSION_DRIVER=file
2020
SESSION_LIFETIME=120
2121

2222
REDIS_HOST=127.0.0.1

0 commit comments

Comments
 (0)
0