function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ShravanKumarBagamShravanKumarBagam 

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...

 

 

sfdcfoxsfdcfox

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).