diff --git a/cookbook/session/php_bridge.rst b/cookbook/session/php_bridge.rst index 2a953dbf959..f2f121a62b2 100644 --- a/cookbook/session/php_bridge.rst +++ b/cookbook/session/php_bridge.rst @@ -8,7 +8,7 @@ If you're integrating the Symfony full-stack Framework into a legacy application that starts the session with ``session_start()``, you may still be able to use Symfony's session management by using the PHP Bridge session. -If the application has sets it's own PHP save handler, you can specify null +If the application has it's own PHP save handler, you can specify null for the ``handler_id``: .. configuration-block::