diff options
| author | Jure Cerjak <jcerjak@termitnjak.si> | 2016-12-05 16:06:08 +0100 |
|---|---|---|
| committer | Matthew Wilkes <git@matthewwilkes.name> | 2017-04-12 12:13:45 +0100 |
| commit | 313c251497f6cdb3e5ca961a8092a2356aa502fc (patch) | |
| tree | ac952974d7f04c6985894fdbb2511cf65e6682df /docs/narr/sessions.rst | |
| parent | a2c7c7a49bceeaaab2853e7e73c3671979d4c9ed (diff) | |
| download | pyramid-313c251497f6cdb3e5ca961a8092a2356aa502fc.tar.gz pyramid-313c251497f6cdb3e5ca961a8092a2356aa502fc.tar.bz2 pyramid-313c251497f6cdb3e5ca961a8092a2356aa502fc.zip | |
Fix tests and documentation in various places, and feedback following review
regarding naming of variables and code cleanup.
Diffstat (limited to 'docs/narr/sessions.rst')
| -rw-r--r-- | docs/narr/sessions.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/narr/sessions.rst b/docs/narr/sessions.rst index 90b5f4585..86fe2a139 100644 --- a/docs/narr/sessions.rst +++ b/docs/narr/sessions.rst @@ -12,8 +12,7 @@ application. This chapter describes how to configure sessions, what session 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. +sessions, and a session-specific feature: flash messages. .. index:: single: session factory (default) @@ -320,4 +319,3 @@ flash storage. .. index:: single: preventing cross-site request forgery attacks single: cross-site request forgery attacks, prevention - |
