We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62a8755 + f398b03 commit c97d5bfCopy full SHA for c97d5bf
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