Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 36047d6

Browse files
committed
tweaked UPGRADE instructions
1 parent eb0681c commit 36047d6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

UPGRADE.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,13 @@ configuration (it was under the `framework.session` in 2.0):
8686
default_locale: %locale%
8787

8888
The `auto_start` setting under `framework.session` must be removed as it is
89-
not used anymore (the session is now always started on-demand).
89+
not used anymore (the session is now always started on-demand). If
90+
`auto_start` was the only setting under the `framework.session` entry, don't
91+
remove it entirely, but set its value to `~` (`~` means `null` in YAML)
92+
instead:
93+
94+
framework:
95+
session: ~
9096

9197
The `trust_proxy_headers` setting was added in the default configuration file
9298
(as it should be set to `true` when you install your application behind a

0 commit comments

Comments
 (0)