Summary:
When using MicroSoft online products such as Excell or PowerPoint combined with the co-edit function, the application times out and wipes out any work done.
Question/Issue Description:
Co-Edit function logs out of the excel after a few minutes of inactivity, in some cases when you “refresh” it closes the file completely. Also, when "refreshed" it doesn’t take you back where you left off. Log out time was upped to 16HRS.
Environment Details:
Error/Log Message:
Steps to Reproduce:
Resolution/Workaround:
add the following flag to your cloudconfig.php file located at /var/www/html/config/ or C:\xampp\htdocs\config\:
define("WOPI_ACCESSTOKEN_TTL_IN_MINUTES", 1200);
The max is 1440, 1 day.
Notes: