Opening/closing for each request or keeping a single client connection open for the life of the application to be used for all requests?
If only a single connection is required, is there anything that needs to be closed?
We use the batch process and the uninitialize() does not work. Does the batch process close the session on its own?