About APEX_AUTHENTICATION.LOGOUT
Hi there. I have a question about APEX. When we develop a web application using APEX with a custom login scheme, the default sign-out button uses a URL that references to &LOGOUT_URL
. This URL looks like:...apex_authentication.logout?p_app_id=xxx&p_session_id=xxxx
.
My question is:
Can a third party change the value of p_session_id
?
Or does this URL have any risk of SQL injection?