[Zope] Transient Object container/persistant add script?
Chris Withers
chrisw@nipltd.com
Wed, 14 Aug 2002 14:05:02 +0100
Michael Fischer v. Mollard wrote:
> I ran into the following problem: I'm using the Zope session machinery
> and want to use add- and del-scripts with the *temp_folder
> <http://localhost:9673/temp_folder/manage_workspace>/session_data
> <http://localhost:9673/temp_folder/session_data/manage_workspace> **
> Transient Object Container*.
> I added them and it works very fine, but after restarting Zope the
> add/del scripts are gone. How can I make them survive a reboot?
Urm, the temp folder, as its name suggests, contaisn temporary data. That data
will vanish when you restart Zope.
Why do you want to put scripts in there?
cheers,
Chris