summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2011-01-05 23:53:25 -0700
committerCasey Duncan <casey.duncan@gmail.com>2011-01-05 23:53:25 -0700
commit089c63c9bd0a2bf666cbfa17868f67802fe1d502 (patch)
tree4dc32c64596b40f9cceaceda10c4c0003c294137 /docs/narr
parentabedea975768affa778e433ebb75697998075cc9 (diff)
downloadpyramid-089c63c9bd0a2bf666cbfa17868f67802fe1d502.tar.gz
pyramid-089c63c9bd0a2bf666cbfa17868f67802fe1d502.tar.bz2
pyramid-089c63c9bd0a2bf666cbfa17868f67802fe1d502.zip
add summary paragraph to tie things together better
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/sessions.rst5
1 files changed, 5 insertions, 0 deletions
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