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 filesBrowse files
committed
Minor language tweaks - #4661
1 parent 018cf3f commit a3e2469
Copy full SHA for a3e2469

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎cookbook/session/avoid_session_start.rst

Copy file name to clipboardExpand all lines: cookbook/session/avoid_session_start.rst
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.