I suggest you just give the upload its own random id: import uuid random_id = str(uuid.uuid4())
don't use the session at all in the fancyupload handler, and use the upload id to associate that (group) of uploads with the user or the user's session later. Daniel -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
