[Zope] Session added by product data lost when session is altered by a dtml method.
Dieter Maurer
dieter@handshake.de
Thu, 30 Jan 2003 21:15:12 +0100
Sean K wrote at 2003-1-30 03:44 -0800:
> I have a python product that stores some data in the
> session object and displays it in it's dtml
> presentation methods - all good!
>
> When I add session data from a dtml-method in the zodb
> my session data added by the product is lost.
I cannot believe that....
Or do both use the same key? Note: session data is global.
I expect I misunderstood something.
Can you try again and precisely describe your problem:
What does your product write to the session?
What does your DTML object write to the session?
How it looks then?
Dieter