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
FandangoFandango 

Transfering the user to a customized page when the session expires

If some web based application is integrated with salesforce i.e. the login page is displayed to the users from the clients app and than the user is transfered to salesforce after authentication, the user must be back to the clients application login page when the session is expired on salesforce side.

The users must not see the salesforce login page and must be transfered to either some customized logout page or to the clients application login page. The clients application may have one user id and password for multiple users which the users may not know. Transfering the users to the salesforce login page when they click logout or when the session expires will confuse them.

This feature is needed to integrate our application with salesforce. If this feature is not provided by salesforce than please provide the workaround for this ?