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
Fabio RochaFabio Rocha 

Canvased App Timeout vs Salesforce Timeout

I have created a canvas on customer community portal.
When the user is interacting just with the canvased app for a time that elapses defined session timeout, when the user click in another Tab, the user gets a timeout error.
Is this the expected behavior? If yes, what should be an advisable solution?
Sfdc CloudSfdc Cloud
Salesforce Canvas app has enforce multitenent architecture of salesforce.it follows 120 second callout time.
This includes 500 SDK calls to get context and signed request calls. Note that when you call a SignedRequest method, there are Number of Force.com Canvas calls per day per user (24– hour period) actually two calls that are made— one call for the method and one call for internal logging.

Refer below link of Consideration for the Multi-tenant environment Section
http://www.are4.us/best-practices/salesforce-canvas/

if this answer will help you out please mark it as a best ans to help other :)

Thanks