From e1205ca0f073ac6bbe992a507f8979f9ebcff5cf Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 19 Sep 2009 20:04:34 +0000 Subject: --- docs/tutorials/zodbsessions/index.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/tutorials/zodbsessions/index.rst b/docs/tutorials/zodbsessions/index.rst index fb8996ef4..69dc67d2b 100644 --- a/docs/tutorials/zodbsessions/index.rst +++ b/docs/tutorials/zodbsessions/index.rst @@ -19,6 +19,10 @@ sessioning to your application. ``repoze.session``-based sessions in applications that don't already use ZODB. For this, see `the standalone repoze.session usage documentation `_. + If you don't want to use ZODB to do sessioning, you might choose to + use a relational/filestorage sessioning system such as `Beaker + `_. :mod:`repoze.bfg` is fully + compatible with this system too. Installing Dependencies ----------------------- -- cgit v1.2.3