Skip to content

Commit 85fb0b1

Browse files
committed
consistency, replace "save-handler" with "save handler"
1 parent 83238aa commit 85fb0b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cookbook/session/php_bridge.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

9393
For more details, see :doc:`/components/http_foundation/session_php_bridge`.

0 commit comments

Comments
 (0)