diff options
| author | Chris McDonough <chrism@plope.com> | 2010-12-22 01:25:15 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-12-22 01:25:15 -0500 |
| commit | 4df636c0d7734a8b80b17c78f57968466d558844 (patch) | |
| tree | 4fbdabab5727fff8a911d22d915bc16a3e228106 /docs/narr/sessions.rst | |
| parent | fa3bf3d7634137bdffc121ae318609a1ea13792c (diff) | |
| download | pyramid-4df636c0d7734a8b80b17c78f57968466d558844.tar.gz pyramid-4df636c0d7734a8b80b17c78f57968466d558844.tar.bz2 pyramid-4df636c0d7734a8b80b17c78f57968466d558844.zip | |
- Added flash messaging, as described in the "Flash Messaging" narrative
documentation chapter.
Diffstat (limited to 'docs/narr/sessions.rst')
| -rw-r--r-- | docs/narr/sessions.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/narr/sessions.rst b/docs/narr/sessions.rst index 7a0a03384..de9add3b7 100644 --- a/docs/narr/sessions.rst +++ b/docs/narr/sessions.rst @@ -10,6 +10,8 @@ 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. +.. _using_the_default_session_factory: + Using The Default Session Factory --------------------------------- @@ -131,6 +133,8 @@ Some gotchas: single: pyramid_beaker single: Beaker +.. _using_alternate_session_factories: + Using Alternate Session Factories --------------------------------- |
