From 66ecc57eb00063edfa01d66f8d6f4495d21d79b5 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 29 Oct 2010 03:49:53 -0400 Subject: remove modified attr from interface --- docs/narr/sessions.rst | 3 --- 1 file changed, 3 deletions(-) (limited to 'docs/narr/sessions.rst') diff --git a/docs/narr/sessions.rst b/docs/narr/sessions.rst index e460e2d74..56e2ea361 100644 --- a/docs/narr/sessions.rst +++ b/docs/narr/sessions.rst @@ -88,9 +88,6 @@ two extra methods. Extra attributes: -``modified`` - An integer timestamp indicating the last time the session was modified. - ``created`` An integer timestamp indicating the time that this session was created. -- cgit v1.2.3 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(-) (limited to 'docs/narr/sessions.rst') 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 From 7d4a81a00100ac3fefbdd47b7d599fb48e9d6368 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 29 Oct 2010 14:05:39 -0400 Subject: indexing --- docs/narr/sessions.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/narr/sessions.rst') diff --git a/docs/narr/sessions.rst b/docs/narr/sessions.rst index 4b1f65f3b..fbc96e402 100644 --- a/docs/narr/sessions.rst +++ b/docs/narr/sessions.rst @@ -127,6 +127,9 @@ Some gotchas: When in doubt, call ``changed()`` after you've changed sessioning data. +.. index:: + single: pyramid_beaker + Using Alternate Session Factories --------------------------------- @@ -139,6 +142,9 @@ based sessions, and encrypted cookie-based sessions. See `_ for more information about ``pyramid_beaker``. +.. index:: + single: session factory + Creating Your Own Session Factory --------------------------------- -- cgit v1.2.3 From 5038994ea9e053b16fca74ea8fa022871e630883 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 29 Oct 2010 14:05:56 -0400 Subject: indexing --- docs/narr/sessions.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/narr/sessions.rst') diff --git a/docs/narr/sessions.rst b/docs/narr/sessions.rst index fbc96e402..df164e684 100644 --- a/docs/narr/sessions.rst +++ b/docs/narr/sessions.rst @@ -129,6 +129,7 @@ Some gotchas: .. index:: single: pyramid_beaker + single: Beaker Using Alternate Session Factories --------------------------------- -- cgit v1.2.3