This topic is locked

Oracle Database Sessions Remain Opened

7/10/2013 10:57:37 AM
PHPRunner General questions
B
bellocs author

Hi,
I am using PHPRunner 6.2 with Oracle 10g. New Oracle database sessions are opened as I am browsing and hit the list/view/add/edit pages. The problem is that the sessions remain opened even after I logout. Anyone knows how to make the application close database sessions? Idealy, I would like the web application to open an Oracle session to fetch the data it needs and close it right after.
Thanks