Hi, I have a simple question regarding folder properties. Do properties behave as static class variables (in Java) or each client gets his own copy? At first I didn't think about it (implicitly assuming the latter.) Then I realize I might be doing a *very* serious mistake, ie, a site that could only be accessed by one user at time :) I tried to test it, and it seemed to confirm my original assumption (properties are like instance variables, each client gets his own.) Sadly I don't know Zope enough to trust my testing, so I'm asking just to make real sure. I think that what I'm asking, in other words, is if it is ok to store information about client request in folder properties, rather than on request variables. Many thanks, -- Ramiro || rbw@demec.ufpe.br