After a browser client has gone unused for some amount of time, I'd like it to automatically navigate back to some specified node in the Home; I'll probably just the Custom Root property of a ClientSetting to specify this.
Changes on the WebSession LastUsed property seems to be a convenient way to start a timer. When the timer expires, I was hoping to simply set the WebSessionEx CurrentLocation, but this doesn't seem to be enough to cause the client to redraw. Can anyone give me any ideas on this?
For the next feature after this, I'd like to have a MediaShortcut automatically navigate to the currently playing item (if any) when a user navigates to a MediaZone that happens to have a MedaiShortcut. So any pointers in that area would be much appreciated.
Changes on the WebSession LastUsed property seems to be a convenient way to start a timer. When the timer expires, I was hoping to simply set the WebSessionEx CurrentLocation, but this doesn't seem to be enough to cause the client to redraw. Can anyone give me any ideas on this?
For the next feature after this, I'd like to have a MediaShortcut automatically navigate to the currently playing item (if any) when a user navigates to a MediaZone that happens to have a MedaiShortcut. So any pointers in that area would be much appreciated.