[Zope] More on understanding conflicts
Chris McDonough
chrism at plope.com
Wed Dec 21 15:15:32 EST 2005
On Dec 21, 2005, at 2:17 PM, Dennis Allison wrote:
> I have begun to think that the Zope session variable mechanism, as
> implemented, addresses a different part of the storage spectrum
> than we
> need. A small number of per user parameters (3 to 10) are used by
> almost
> every request. Most of the parameters are set at user login and are
> not
> changed for the duration of the session;
These would be better implemented as "member data" (ala CMF's member
data tool).
- C
More information about the Zope
mailing list