dbms_session.reset_package or modify_package_state?
I have recently learned that mod_plsql calls dbms_session.reset_package frequently, however it is possible to configure a call to modify_package_state instead. I would like to know which procedure is used by the APEX Listener, whether the choice is configurable and if so how?
I am concerned about the additional parsing that results from calling reset_package.
Thanks in advance for any light you can shed on this.