File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -81,13 +81,13 @@ the example below:
8181
8282 .. note ::
8383
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
8585 override this. Instead set ``handler_id: ~ ``. Note that a save handler
8686 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
8888 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
9191 has not been started before Symfony is initialized.
9292
9393For more details, see :doc: `/components/http_foundation/session_php_bridge `.
You can’t perform that action at this time.
0 commit comments