diff --git a/controller.rst b/controller.rst index 0ad55fda4f3..5fe8d124566 100644 --- a/controller.rst +++ b/controller.rst @@ -453,8 +453,8 @@ Managing the Session -------------------- Symfony provides a nice session object that you can use to store information -about the user between requests. By default, Symfony stores the attributes in a -cookie by using native PHP sessions. +about the user between requests. By default, Symfony stores the token in a +cookie and writes the attributes to a file by using native PHP sessions. .. versionadded:: 3.3 The ability to request a ``Session`` instance in controllers was introduced