oos-utils icon indicating copy to clipboard operation
oos-utils copied to clipboard

APEX Session - Logout

Open martindsouza opened this issue 9 years ago • 1 comments

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

martindsouza avatar Oct 08 '16 19:10 martindsouza

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

alinbor avatar Nov 10 '16 14:11 alinbor