Skip to content

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

+1-1
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)