Description
The Guacamole web application provides a sessionStorageFactory service that allows the webapp and extensions to store transient data in memory and rely on that data being automatically reset upon logout. This works well in practice, but can produce an "infdig" error from AngularJS if the value from sessionStorageFactory is the target of a scope watch. Since sessionStorageFactory automatically creates new instances of the stored value as long as the user is not logged in, each new instance may trigger a new digest cycle.
Reopening to re-PR against staging/1.5.2 for inclusion in a 1.5.2 bugfix release, alongside other bugs originally fixed for 1.6.0.