[Zope] Session Management for keeping Python-Objects
Chris Withers
chrisw@nipltd.com
Mon, 19 Nov 2001 16:24:46 +0000
Core Session Tracking, or wait for Zope 2.5
cheers,
Chris
Stephan Herschel wrote:
>
> Hello,
>
> I have an external method that returns a python-object to zope. Inside
> zope i would like to be able to store the object as a session variable
> in order to have access to this object inside one session.
> I have tried to do this using FSSession, but it's not able to pickle
> objects to a file. Which session management product would you propose
> for doing this?
>
> Thanks for any input,
> stephan
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )