Skip to content

Commit da6afe8

Browse files
committed
minor #8114 incorrect session short description (tobemedia)
This PR was submitted for the 3.3 branch but it was merged into the 2.7 branch instead (closes #8114). Discussion ---------- incorrect session short description The session cookie only holds the session token. By default, the data attributes are stored (inside a bag) at a file. @see NativeFileSessionHandler. Commits ------- 4de0103 incorrect session short description
2 parents 83ef27d + 4de0103 commit da6afe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controller.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,8 @@ Managing the Session
352352
--------------------
353353

354354
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.
355+
about the user between requests. By default, Symfony stores the token in a
356+
cookie and writes the attributes to a file by using native PHP sessions.
357357

358358
To retrieve the session, call
359359
:method:`Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller::getSession`

0 commit comments

Comments
 (0)