Я не уверен, что мой вопрос правильный или нет. Но в настоящее время я сталкиваюсь с проблемой ниже.
when connect to DB the session in the DB is still on and every time i am facing this. How it can controlled in the application code.
finally {
dbConnection.close(SearchResult, pstmt, conn);
}