According to documentation:
sc_reset_apl_status () - Deletes all the application security status variables.
I have security on for all applications. Login and granting access to the applications works fine, but…
I have a custom logout button that calls sc_reset_apl_status(). After pressing this button and executing sc_reset_apl_status, I can still access all my applications!
How can I logout and revoke access to granted applications?