We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 018cf3f commit a3e2469Copy full SHA for a3e2469
cookbook/session/avoid_session_start.rst
@@ -21,7 +21,7 @@ that a session is *always* started:
21
</div>
22
{% endfor %}
23
24
-Even if the user is not logged in and even if you haven't created any flash message,
+Even if the user is not logged in and even if you haven't created any flash messages,
25
just calling the ``get()`` (or even ``has()``) method of the ``flashbag`` will
26
start a session. This may hurt your application performance because all users will
27
receive a session cookie. To avoid this behavior, add a check before trying to
0 commit comments