I don’t want people jumping directly to my apps after successful login, by directly typing in the app names in the address bar. Only through menu item selection to be permitted. How can this be achieved in SC?
A possible solution is to have a var [glo_appcalled] with the name of the app you call in menu. You check oninit if the name of this app is equal than var, and redirect to menu if not.
very true…thanks