[Zope] Object serialization between different pages

Pierre-Julien Grizel grizel@mouli.net
Tue, 12 Sep 2000 13:23:24 +0200


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 ?



Thanks,


P.-J.