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 83ef27d commit 4de0103Copy full SHA for 4de0103
controller.rst
@@ -352,8 +352,8 @@ Managing the Session
352
--------------------
353
354
Symfony provides a nice session object that you can use to store information
355
-about the user between requests. By default, Symfony stores the attributes in a
356
-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.
357
358
To retrieve the session, call
359
:method:`Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller::getSession`
0 commit comments