You need to sign in to do that
Don't have an account?

Logout Functionality for developed applciation
Hi,
I have developed an application, in the application i want to implement logout funcionlaity.
if i use "/secur/logout.jsp" it will logout from salesforce...
i want to logout particular applilcation not from them salesforce...
If the app is in salesforce.com natively, then they are one and the same (they would just switch "apps" to move to another set of tabs). If it is an external application, you can invalidate the API session key separately from the browser's session (see the Web Services API Reference).