Re[2]: [Zope] Read conflicts
Jakub Wisniowski
Jakub Wisniowski <jakub.wisniowski@euro.coig.pl>
Thu, 6 Mar 2003 12:03:31 +0100
Thursday, March 6, 2003, 11:40:21 AM, you wrote:
TF> I already had same kind of problem while "storing" Zope persistent objects
TF> into SESSION.
TF> Problem disappeared when switching SESSION informations to simple Python
TF> objects (strings, lists,...).
TF> Thierry
Thanks for reply.
My SESSION holds only Python dictionary with logged user's data. Is it
checked on every page to let me know if the user has been logged in.
Maybe I should switch from a dictionary to a list? Sounds rather strange...
One more info - my Zope's version is 2.6.1.
--
Jakub Wisniowski