function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
nareshnaresh 

about action poller

In action poller time set as 5 seconds. What will happen if we leftscreen for 3 hours. Will it gives any error or it will logout or no error.
what happen if session out. 
PratikPratik (Salesforce Developers) 
Hi Naresh,

Here is the documentione says:
<apex:actionPoller> refreshes the connection regularly, keeping login sessions alive. A page with <apex:actionPoller> on it won't time out due to inactivity.

Please refer:
https://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_actionPoller.htm