29 Jul
2004
29 Jul
'04
6:41 p.m.
--On Donnerstag, 29. Juli 2004 13:27 Uhr -0400 Asad Habib <ahabib@engin.umich.edu> wrote:
Hello. Does Zope place a size limit on how much data can be stored in the SESSION attribute of the REQUEST object?
There is no limit afaik but there is configurable limit of session objects. So using sessions is limited by your RAM. Don't try to store your p0rn collection as session :) -aj