[Zope] Object serialization between different pages

2000-09-12 Thread Pierre-Julien Grizel
Hi, Is it possible to serialize an object to share it across several pages ? This would allow one to pass the serialized object via the URL, and to retreive it in the form that would process the request. I know there is the pickle function in python, but is there a more Zopish way to do this ?

Re: [Zope] Object serialization between different pages

2000-09-12 Thread Phil Harris
IL PROTECTED]> Sent: Tuesday, September 12, 2000 12:23 PM Subject: [Zope] Object serialization between different pages > Hi, > > Is it possible to serialize an object to share it across several pages ? > This would allow one to pass the serialized object via the URL, and to > retre

Re: [Zope] Object serialization between different pages

2000-09-12 Thread Oleg Broytmann
On Tue, 12 Sep 2000, Pierre-Julien Grizel wrote: > Is it possible to serialize an object to share it across several pages ? > This would allow one to pass the serialized object via the URL, and to > retreive it in the form that would process the request. Oh, no! Think if I hack the page you se