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
kzmpkzmp 

Composite Application Session

Hi,

We are developing a composite application in .Net MVC 2 ( the question is not .Net sepcific).

We have implemented single sign on as recommended and I would like to know how people delt with expired sessions.

For example if the user is taking say more than 30 minutes configuring something in our application and during that period we do not make any calls to SalesForce and finally after the 30 minutes the user is finally ready and hits a "save" button and we try to write some data in salesforce the session might have expired.

What is the best approach to check if the SalesForce session is live and to support it live and to take actions if it expired in the middle of something.

 

Thank you in advance for your answers.

 

Regards,

Kos