Logout

I have a login, and when the user logs in it goes to a menu with a bunch of options. I just added a menu option for ‘Logout’. I set it to the app ‘login’ which is the login app. When you click it, it loads that app, but the menu stays there, what I want is for it to load the login app by itself and close the menu. Is there a simple way to do this?

Re: Logout

i shouldve looked around a little more before posting, in the menu settings I changed the logout option target to exit, and that worked fine.

Re: Logout

In the menu application, you have Logout menu there you have to call the login application in the Link and Target and Exit

Link - > [Login Form]
Target -> [Exit]

Dhana

Re: Logout

ya i figured it out right after i posted the question, thanks for the response though.