SESSION attribute of REQUEST object
Hello. Does Zope place a size limit on how much data can be stored in the SESSION attribute of the REQUEST object? - Asad
--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
Hello. I appreciate your input but you don't have to be crass to get your point across. Others on the list may not appreciate your comment as well. - Asad On Thu, 29 Jul 2004, Andreas Jung wrote:
--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
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Andreas Jung -
Asad Habib