[Zope-dev] Re: Temporary Storage + Sessions + Versions: How?
Joseph Wayne Norton
norton@alum.mit.edu
Tue, 15 Jan 2002 13:53:29 +0900
Chris and Joachim -
Maybe this is too simplistic of an approach ... but why not have the
session data manager automatically create a new, session data
container (temporary storage) for a given zope version. The session
data manager can be optimized for the case of no version and then when
and if needed create temporary storages on demand for a particular
version.
- j