8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f792232 commit fc32f7fCopy full SHA for fc32f7f
book/controller.rst
@@ -605,7 +605,7 @@ from any controller::
605
$filters = $session->get('filters', array());
606
}
607
608
-These attributes will remain on the user for the remainder of that user's
+These attributes will remain in the session for the remainder of that user's
609
session.
610
611
.. index::
@@ -821,7 +821,7 @@ method to check the CSRF token::
821
822
823
// isCsrfTokenValid() is equivalent to:
824
- // $this->get('security.csrf.token_manager')->isTokenValid()
+ // $this->get('security.csrf.token_manager')->isTokenValid(
825
// new \Symfony\Component\Security\Csrf\CsrfToken\CsrfToken('token_id', $token)
826
// );
827
0 commit comments