8 Feb
2003
8 Feb
'03
10:31 a.m.
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