Skip to content

Commit

Permalink
Document suggested alternatives.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwt committed Aug 13, 2019
1 parent 451ef43 commit 8ac9c84
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.rst
Expand Up @@ -8,4 +8,9 @@ ripoff of Jim's Packless bsddb3 storage.

**Please note: Usage of this package is deprecated, as it is known to randomly loose data, especially with Zope 4.**

For details see: https://github.com/zopefoundation/tempstorage/issues/8
For a detailed discussion see `#8 <https://github.com/zopefoundation/tempstorage/issues/8>`_ as well as `#12 <https://github.com/zopefoundation/tempstorage/issues/12>`_

To replace server-side sessions, cookies are probably your best bet, as these also get rid of any denial of service problems that server side sessions are vulnerable to.

If you need server side storage of sessions, consider using a normal store rather than tempstorage for your session data.
For details and suggestions see `this discussion in the pull request <https://github.com/zopefoundation/tempstorage/pull/14#issuecomment-520318459>`_ as well as the discussion in the aforementioned bug reports as well as `the discussion in Zope about the removal of the generated configuration <https://github.com/zopefoundation/Zope/pull/684>`_.

0 comments on commit 8ac9c84

Please sign in to comment.