From 089c63c9bd0a2bf666cbfa17868f67802fe1d502 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Wed, 5 Jan 2011 23:53:25 -0700 Subject: add summary paragraph to tie things together better --- docs/narr/sessions.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/narr/sessions.rst b/docs/narr/sessions.rst index 958ede7d6..d46685c08 100644 --- a/docs/narr/sessions.rst +++ b/docs/narr/sessions.rst @@ -10,6 +10,11 @@ A :term:`session` is a namespace which is valid for some period of continual activity that can be used to represent a user's interaction with a web application. +This chapter describes how to configure sessions, what session +implementations :app:`Pyramid` provides out of the box, and two +session-specific features: flash messages, and cross-site request +forgery attack prevention. + .. _using_the_default_session_factory: Using The Default Session Factory -- cgit v1.2.3