File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -81,13 +81,13 @@ the example below:
81
81
82
82
.. note ::
83
83
84
- If the legacy application requires its own session save- handler, do not
84
+ If the legacy application requires its own session save handler, do not
85
85
override this. Instead set ``handler_id: ~ ``. Note that a save handler
86
86
cannot be changed once the session has been started. If the application
87
- starts the session before Symfony is initialized, the save- handler will
87
+ starts the session before Symfony is initialized, the save handler will
88
88
have already been set. In this case, you will need ``handler_id: ~ ``.
89
- Only override the save- handler if you are sure the legacy application
90
- can use the Symfony save- handler without side effects and that the session
89
+ Only override the save handler if you are sure the legacy application
90
+ can use the Symfony save handler without side effects and that the session
91
91
has not been started before Symfony is initialized.
92
92
93
93
For more details, see :doc: `/components/http_foundation/session_php_bridge `.
You can’t perform that action at this time.
0 commit comments