summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/sessions.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/narr/sessions.rst b/docs/narr/sessions.rst
index eafa9dbf9..db1e0ea20 100644
--- a/docs/narr/sessions.rst
+++ b/docs/narr/sessions.rst
@@ -101,7 +101,8 @@ example:
The first time this view is invoked produces ``Fred was not in the
session``. Subsequent invocations produce ``Fred was in the
-session``.
+session``, assuming of course that the client side maintains the
+session's identity across multiple requests.
You can use a session much like a Python dictionary. It supports all
dictionary methods, along with some extra attributes, and methods.