Oracle Solution for Error ora-24420

Solution for Oracle Error ORA-24420

ORA-24420: OCISessionRelease must be used to release this session.

What triggered the Error:

e session was retrieved using OCISessionGet, and an attempt has been made to release it using a call other than OCISessionRelease.

What should we do to fix it:

ll OCISessionRelease.