+-------[ chaouche yacine ]---------------------- | | Ok here's how I did to finally fix it : | | * create a new Transient Object Container (sessionTOC) at root | * create a new Session Data Manager (sessionDM), with the following settings : | ** Id : sessionDM | ** Transient Object Container Path : /sessionTOC | ** Place SESSION in REQUEST object as : ZODBSESSION | | Now I can put ZODB objects in ZODBSESSION using something like : | | context.REQUEST.ZODBSESSION.set("object",o) | | Thanks to all of you for your precious help.
Your main ZODB will grow everytime you add or remove something in ZODBSESSION, you're essentially storing the same object twice in your ZODB. -- Andrew Milton [EMAIL PROTECTED] _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )