The logout in menu is not working using LDAP security module.
Shortcut menu for logout : LDAP login application
In the application I have that in the onScriptInit, so it should work… :
sc_reset_apl_status();
sc_reset_global([usr_login], [usr_email]);
remember_me_init();
If I click on logout, it redirect to the login app. But if I access any app by url, it remain logged in.
Any idea ? Thanks.