Can sandbox.update reset session timeout to keep alive?
This post might have stale content, as HEAD is 133 commits ahead.
Doing this will reset a session timeout to the value I pass? I want to know if I can use it to keep a session alive as long as my user is watching. await sandbox.update({ timeout: SESSION_TIMEOUT_MS })
END OF POST