You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest tempstorage release (5.2) has a fix for the data loss issue that led to a whole series of changes in Zope and its documentation to discourage its use. This is no longer necessary. With a fixed tempstorage the old sessioning configuration that uses Products.TemporaryFolder and Products.Sessions becomes a very attractive option for small deployments again. It works out of the box and requires no separate server process. I will go through the old tasks/PRs and revert them.
For reference, the following tasks/PRs removed or discouraged this use:
The latest
tempstorage
release (5.2) has a fix for the data loss issue that led to a whole series of changes in Zope and its documentation to discourage its use. This is no longer necessary. With a fixedtempstorage
the old sessioning configuration that usesProducts.TemporaryFolder
andProducts.Sessions
becomes a very attractive option for small deployments again. It works out of the box and requires no separate server process. I will go through the old tasks/PRs and revert them.For reference, the following tasks/PRs removed or discouraged this use:
The text was updated successfully, but these errors were encountered: