Post additional information about your application and the driver (.NET Data Provider, ODBC or JDBC).
Are you using Connection Pooling? For example the .NET Data Provider connection pooling does not disconnect the session immediately. You can disable connection pooling or change the timeout.
↧