> Thanks, and welcome! And I must add that the mailing list is responsive and helpful. :-)
>Nope. You can't put an SQLObject in the session because its data is >considered tied to the transaction it was created in. What you *can* >do, though, is put the ID in the session and then just do >ClassName.get(ID) when you need the data back. Ok, I see. Thanks for the clarification! Yannick

