8000 Minor language tweaks - #4661 · symfony/symfony-docs@a3e2469 · GitHub
[go: up one dir, main page]

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

Appearance settings

Commit a3e2469

Browse files
committed
Minor language tweaks - #4661
1 parent 018cf3f commit a3e2469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/session/avoid_session_start.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ that a session is *always* started:
2121
</div>
2222
{% endfor %}
2323

24-
Even if the user is not logged in and even if you haven't created any flash message,
24+
Even if the user is not logged in and even if you haven't created any flash messages,
2525
just calling the ``get()`` (or even ``has()``) method of the ``flashbag`` will
2626
start a session. This may hurt your application performance because all users will
2727
receive a session cookie. To avoid this behavior, add a check before trying to

0 commit comments

Comments
 (0)
0