[Zope] XML Document & DTML's tree, HiperDOM
   
    Shane Hathaway
     
    shane@digicool.com
       
    Fri, 10 Nov 2000 09:25:30 -0500
    
    
  
Chris Withers wrote:
> 
> Shane Hathaway wrote:
> >
> > Here's my guess: you have a complex XML document.  As you explore the
> > document, Zope is setting a cookie that reflects the list of branches
> > you have opened.  After opening a large number of branches, you reach
> > the limit on the size of a cookie (somewhere in the range of 1024 or
> > 4096 bytes), making it so that the compressed data stored in the cookie
> > gets truncated.  zlib then emits this cryptic error message.
> 
> Is this <dtml-tree> being bad again?
Assuming my diagnosis is correct, it's more of a browser thing.
> If so, how the session information proposal/project getting along?
> 
> Oh yeah, while I'm here, how's the HiperDOM project getting on? That
> stuff would be reeeeaally useful for a project here...
The answer to these questions and more can be found at dev.zope.org. 
The fishbowl keeps better track of projects than any human.
Shane