Does using zope 2.5.1 sessions cause the ZODB database to be increased in size? Or as I hope is it temporary storage and doesn't get time stamped, etal TIA Dave
On Mon, 10 Jun 2002 15:59:31 +0100 "David Kyte" <david.kyte@microamps.com> wrote:
Does using zope 2.5.1 sessions cause the ZODB database to be increased in size?
Or as I hope is it temporary storage and doesn't get time stamped, etal
By default the session data is stored in a temporary folder with a defined life time. It's also undoable, so changes do not create new copies. This can be changed, with some work although. HTH, __Janko -- i.A. Dr. Janko Hauser Software Engineering c o m . u n i t G m b H online-schmiede seit 1994 http://www.comunit.de/ mailto:jh@comunit.de Eiffestr. 598 20537 Hamburg | Germany Fon 040 | 21 11 05 25 Fax 040 | 21 11 05 26
The main FileStorage ('Data.fs') does not grow if you use the default sessioning configuration. ----- Original Message ----- From: "David Kyte" <david.kyte@microamps.com> To: <zope@zope.org> Sent: Monday, June 10, 2002 10:59 AM Subject: [Zope] Session Question
Does using zope 2.5.1 sessions cause the ZODB database to be increased in size?
Or as I hope is it temporary storage and doesn't get time stamped, etal
TIA
Dave
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Chris McDonough -
David Kyte -
Janko Hauser