From 826fd7b11d190dafe9571e10eb7c2cf96ed97732 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Wed, 5 Jan 2011 23:54:50 -0700 Subject: forgot an important session feature in summary --- docs/narr/sessions.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/narr/sessions.rst b/docs/narr/sessions.rst index d46685c08..6a6de2639 100644 --- a/docs/narr/sessions.rst +++ b/docs/narr/sessions.rst @@ -11,9 +11,9 @@ 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. +implementations :app:`Pyramid` provides out of the box, how to store and +retrieve data from sessions, and two session-specific features: flash +messages, and cross-site request forgery attack prevention. .. _using_the_default_session_factory: -- cgit v1.2.3