Model definitions, and maybe any other code that might be assigning to session.
On Tue, Dec 6, 2011 at 2:42 PM, lyn2py <lyn...@gmail.com> wrote: > Hi Anthony, I am not sure what code you need, can you be specific? > > I have shown my code in my previous post, maybe I highlight my code: > >> myset = db( > >> (db.auth_account.id==db.auth_many.account_id) & > >> (db.auth_many.user_id==auth.user_id) > >> ) > >> session.account = myset.select(db.auth_account.ALL).first() > > It is in model. > > Thank you! > > > On Dec 7, 3:30 am, Anthony Bastardi <abasta...@gmail.com> wrote: > > Can you show all of your code? >