On Sep 27, 2007, at 12:17 AM, Jose Galvez wrote:

>
> Dear Micheal,
> Does this mean that with web apps since the session is now "weak
> referencing" that we will no longer have to call Session.remove() to
> clear out Sessions?  Specifically I'm referencing what Mike Orr  
> wrote in
> the pylonscookbook.
> Jose

you might be able to get away with that, but its still a good idea to  
call Session.remove() at the end of a request since its not a  
guarantee that things wont be lying around from the previous request.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to