[Zope] Technical Question - Where the Session Data Stored ?
Jonathan Hobbs
toolkit at magma.ca
Fri Sep 17 07:46:16 EDT 2004
----- Original Message -----
From: "kepes.krisztian" <kepes.krisztian at 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
More information about the Zope
mailing list