10000 [session-lifetime] Fix default (0) in example config · symfony/symfony-docs@44926f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 44926f3

Browse files
committed
[session-lifetime] Fix default (0) in example config
Follow-up to fa999f0.
1 parent d04b06d commit 44926f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ Full Default Configuration
288288
auto_start: ~
289289
storage_id: session.storage.native
290290
name: ~
291-
lifetime: 86400
291+
lifetime: 0
292292
path: ~
293293
domain: ~
294294
secure: ~

0 commit comments

Comments
 (0)
0