We have a visualforce page that serves as a somewhat live dashboard for information in our salesforce instance. Through javascript and Javascript remoting (remote actions), we are polling salesforce for data every couple of minutes.
My question is around sessions and timeouts. Will these remote action invocations serve as "activity" and keep the session alive if there is no other user interaction on the page? I couldn't seem to find anything in the documentation that addressed this directly.
Ideally, we'd like to leave this page up all day without having the session time out.