diff --git a/docs/topics/http/sessions.txt b/docs/topics/http/sessions.txt index 75fe49208c..e5ff3fb965 100644 --- a/docs/topics/http/sessions.txt +++ b/docs/topics/http/sessions.txt @@ -189,6 +189,10 @@ It also has these methods: * If ``value`` is ``None``, the session reverts to using the global session expiry policy. + Reading a session is not considered activity for expiration + purposes. Session expiration is computed from the last time the + session was *modified*. + * ``get_expiry_age()`` .. versionadded:: 1.0