15 Aug
2000
15 Aug
'00
6:33 p.m.
Jean Jordaan writes:
... anonymous user despite authentication .... (this is from ccDocClass_add). When I arrive I *still* see: I may be a cache issue as suggested earlier in the list.
However, I may also be a Zope feature. When you access an unprotected object, Zope may not determine the "true" authenticated user but simply return the anonymous user object. This is nasty, if user objects have additional properties or additional roles that are inspected in an unprotected page. Dieter