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


_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )

Reply via email to