Saving file flow - What happens if a user leave the doc editor open for long time?

I understand the saving file flow explained here, but what happens if a user make changes to a doc and stays with the doc editor in the web app open forever or long time (I never shut down my computer and usually leave browser tabs opened), is there a timeout where the callback handler is called even if the user does not close the doc editor? or Do the user must close the doc editor to the callback handler been called? How to approach this scenario?

Thanks!

Hello, there is the sessionidle parameter within default.json, it is described here. When the user does not perform any actions during the time specified for this parameter, he will be disconnected from the editing session

@DmitriiV Thanks!

2 Likes