diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/sessions.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/narr/sessions.rst b/docs/narr/sessions.rst index 71e10321f..c7952bd06 100644 --- a/docs/narr/sessions.rst +++ b/docs/narr/sessions.rst @@ -97,6 +97,8 @@ Extra methods: ``changed()`` Call this when you mutate a mutable value in the session namespace. + See the gotchas below for details on when, and why you should + call this. ``invalidate()`` Call this when you want to invalidate the session (dump all data, |
