17 Sep
2004
17 Sep
'04
11:46 a.m.
----- Original Message ----- From: "kepes.krisztian" <kepes.krisztian@peto.hu>
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'.
Data stored in 'temp_folder' is held in memory, not stored in the ZODB. Jonathan