Hi using web.py I have created a web.py form that, on submit, calls code that writes form values to the db using sqlalchemy (my 'model' module creates the session when it is imported by the module containing the GET and POST methods for the page).
Everything seems to work fine but I seem to have taken a simpler approach than used in the cookbook at http://webpy.org/cookbook/sqlalchemy. I have not used scoped sessions or web.ctx.orm. Have I done something wrong here? E.g will the data from one user's session get confused with data from another session? regards M. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
