On Feb 25, 2010, at 7:58 PM, Jonathan Vanasco wrote: > this seems to be happening on my system, and i can't find any > documentation about it.
Since an exception goes past Beaker, it does not save the session. Generally that is also not desired behavior since something bad happened. If you really want to save the session, manually persist it to the backend with session.persist() which will actually force it to save the data out, before raising an exception. Cheers, Ben -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
