[Zope-dev] Zope 2.X Session problems
Kris Erickson
kris.erickson at utoronto.ca
Tue May 4 15:06:18 EDT 2004
Per this thread that seems to have been dropped
(MaxTransientObjectsExceeded Error);
I have been having a similar situation--i'm wondering if it's a
situation in which a for loop is getting passed null values to set into
session?
Example:
form = {}
for k,v in request.form.items():
form[k] = v
session['form'] = form
# Assuming that there *is* a form... and if not, is that the MaxTrans error?
Anyone with any ideas on this?
Thanks,
kris
More information about the Zope-Dev
mailing list