17 Sep
2004
17 Sep
'04
11:29 a.m.
The question is that this T.O. C is stored in memory, or pickled, and stored in temp file, or in Data.fs ? Can you tell me this ? Thanx: ft
Session data is stored in a 'Transient Object Container' which (in the default zope installation) is located in 'temp_folder' in the root directory. This information will persist only as long as the 'data object timeout value'. I would not recommend using this to store data that you want to be 'persistent'.
Jonathan