4 May
2004
4 May
'04
7:06 p.m.
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