oos-utils
oos-utils copied to clipboard
APEX Session - Logout
Currently when we join or unset an APEX session in PL/SQL the only way to disconnect from it is to end the Oracle session and start a new one. From Markus Hohloch suggestion here: http://www.talkapex.com/2012/08/how-to-create-apex-session-in-plsql.html
Hello, Seems like if you use the apex_authentication.logout procedure in the session that you previously created the session everything works well. The session is deleted. To me, this is the case when you already joined the session (because you just created it) and you can safely logout. But it is not working anymore when you try to join the Apex session from another DB session and logout. Maybe the join procedure is not correct.
What do you think?
Alin