From 3a65d6eaeaad88a3ea7200ac57cf5b6626d3b0b6 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 29 Oct 2010 14:03:40 -0400 Subject: note pyramid_beaker --- docs/narr/sessions.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/narr/sessions.rst b/docs/narr/sessions.rst index 56e2ea361..4b1f65f3b 100644 --- a/docs/narr/sessions.rst +++ b/docs/narr/sessions.rst @@ -130,10 +130,14 @@ Some gotchas: Using Alternate Session Factories --------------------------------- -At the time of this writing, alternate session factories don't yet -exist. It is our intent that we will soon provide at least one other -session factory which will be easily installable: one that uses the -`Beaker `_ library as a backend. +At the time of this writing, exactly one alternate session factory +implementation exists, named ``pyramid_beaker``. This is a session +factory that uses the `Beaker `_ library +as a backend. Beaker has support for file-based sessions, database +based sessions, and encrypted cookie-based sessions. See +`http://github.com/Pylons/pyramid_beaker +`_ for more information about +``pyramid_beaker``. Creating Your Own Session Factory --------------------------------- -- cgit v1.2.3