What is the best way to handle hibernate sessions in flow? At the moment I’m using a servlet filter to close sessions after each request but this makes it awkward when dealing with objects that span a number of requests but are within one flow function (I’m using flowscript). I could have the session span the flowscript function but if the user never finishes the flow the session will never be closed.

 

Mark H

 

Reply via email to