Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitda6afe8

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 descriptionThe 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 parents83ef27d +4de0103 commitda6afe8

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

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp