Skip to content

Commit

Permalink
Better session documentation and link
Browse files Browse the repository at this point in the history
Update seasoning documentation hint and link the chapter on sessions
  • Loading branch information
dwt committed Aug 21, 2020
1 parent 7e9d4f7 commit 1fd7cf6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/migrations/zope4/removed.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,18 @@ Sessioning
If you have used (or want to use) the built-in support for sessioning, add the
egg ``Products.Sessions`` to your application buildout.

You also need to make sure that your Zope configuration file contains a ZODB
For development you need to make sure that your Zope configuration file contains a ZODB
configuration for a temporary folder like this::

<zodb_db temporary>
<temporarystorage>
<mappingstorage>
name Temporary database (for sessions)
</temporarystorage>
</mappingstorage>
mount-point /temp_folder
container-class Products.TemporaryFolder.TemporaryContainer
</zodb_db>
For production deployments see, see `the Zope book chapter on sessioning for your options <https://zope.readthedocs.io/en/latest/zopebook/Sessions.html#alternative-server-side-session-backends-for-zope-4>`_.


External Methods
Expand Down

0 comments on commit 1fd7cf6

Please sign in to comment.