6 Mar
2003
6 Mar
'03
11:03 a.m.
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