Skip to content

Commit

Permalink
Incorporate feedback by @dataflake
Browse files Browse the repository at this point in the history
  • Loading branch information
dwt committed May 15, 2020
1 parent 13a2604 commit 2c70ed0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/zopebook/Sessions.rst
Expand Up @@ -3,9 +3,9 @@ Session Management

Sessions in Zope have historically been server side. They are simple to use,
and (usually) only rely on one cookie that contains the browser id. However,
server side sessions are hard to scale in horizontal deployments where you are
using ZEO, or have many Zope servers with read only ZODBs. Also the historical
backend implementation of sessions
server side sessions require additional work to scale in horizontal deployments
where you are using ZEO, or have many Zope servers with read only ZODBs. Also
the historical backend implementation of sessions
`tempstorage <https://github.com/zopefoundation/tempstorage>`_ is broken and
deprecated so server side sessions cannot be used 'as is' anymore in Zope 4+.

Expand Down

0 comments on commit 2c70ed0

Please sign in to comment.