Skip to content

Commit 4acf1df

Browse files
authored
Update session.php (#49430)
1 parent 67022e6 commit 4acf1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
|
1212
| This option controls the default session "driver" that will be used by
1313
| incoming requests. Laravel supports a variety of storage drivers to
14-
| choose from for session storage. Database storage is the default.
14+
| choose from for session storage. Cookies will be used by default.
1515
|
1616
| Supported: "file", "cookie", "database", "apc",
1717
| "memcached", "redis", "dynamodb", "array"

0 commit comments

Comments
 (0)