30 Jan
2003
30 Jan
'03
8:15 p.m.
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