Description
When a session is closed, the jobs launched by that session should be killed in order to avoid waste of resources. Instead, this doesn't happen.
So at the moment, if a user launches a query and then closes his connection, the query goes on running until completion. This behavior should be changed.