Roy Mathew wrote at 2006-7-11 17:36 -0700: >I have what seems to be an odd problem with persistence of information >in simultaneous sessions. > >I keep track of an iterator in an object that is persistent (one >instance per-session). The iterator is updated as the user navigates a >sequence of objects. The iteration seems to work fine for a single user. > >If 2 users A and B access the system simultaneously, each users >navigation is occasionally thrown off (ie: the session seems to lose >track of the iterator state).
Iterators can get seriously confused then the object iterated over changes. Maybe, this is your problem? -- Dieter _______________________________________________ Zope3-dev mailing list [email protected] Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com
