Planning to use dynamic menu. The “exit” (leave) option shown on the standard menu does not seem to work with dynamic menus. I’m thinking I need to do this:
- Reset global vars (sc_reset_global)
- Reset security (sc_reset_apl_status)
- Add logout event to log (sc_add_log)
- Remove from logged users (sc_user_logout)
- Redirect to login (sc_redir)
Or … Do a php session destroy?
Not having a lot of luck finding good documentation on this.
Wondering if others might share their experience.