Skip to content

Commit

Permalink
Minor language tweaks - #4661
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Feb 5, 2015
1 parent 018cf3f commit a3e2469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/session/avoid_session_start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ that a session is *always* started:
</div>
{% endfor %}

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,
just calling the ``get()`` (or even ``has()``) method of the ``flashbag`` will
start a session. This may hurt your application performance because all users will
receive a session cookie. To avoid this behavior, add a check before trying to
Expand Down

0 comments on commit a3e2469

Please sign in to comment.