On Jan 29, 2009, at 7:16 AM, Emil Oppeln-Bronikowski wrote: > > On Thu, Jan 29, 2009 at 12:38 PM, Andrew Gwozdziewycz > <[email protected]> wrote: > > Can't you store his data in session, or in temporary table, let user > log in, and then see if his post is correct and put it in proper > place?
Not really. The simple reason is that there's a race condition, since sessions are shared across multiple tabs/windows in a browser instance. -- http://www.apgwoz.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
