Controlling session parameters (was: Re: [Zope] Memory leak)

Dieter Maurer dieter@handshake.de
Sat, 8 Feb 2003 11:31:57 +0100


Mark Thomas wrote at 2003-2-4 12:42 +1100:
 > ....
 > When Zope crashes, it often restarts itself which isn't too bad if this 
 > was all that is required to get all services up and running again.  
 > However, I have to manually re-create a 'transient object container' in 
 > the temp_folder every time Zope is restarted.
Please read the "Session" chapter of the Zope Book (2.6 edition).

   You can control the "startup" parameters for "temp_folder/session_data"
   via environment variables.

   This is not optimal (the parameters should be persistent, just the
   data should not) but it may nevertheless help you.


Dieter