We have a "Monitor" screen that makes use of an Interactive Report and a periodic (Every 5 mins) Partial Page Refresh. The issue is that, after some period of inactivity, the screen locks during refresh and the error:
>
Authorization Required
You are not authorized to access the requested resource. Check the supplied credentials (e.g., username and password).
>
Appears in the Global Notification Error region.
I'd originally posted about this issue some time ago at
10523540 However, I really never got an answer. This application is now getting ready for a broad production rollout and the issue remains.
The plugin does not work for us as it simply redirects the user to the login page and makes them log in again. We simply do not want the PPR to time out. We can control session idle timeout in general with the APEX Instance settings but, these do not appear to have any bearing on the timeout period for PPRs. BTW, does anyone know to what this timeout threshold is currently set?
Has anyone else run into this and, if so, any suggested work arounds? Is there some way to "fake" the browser into believing User Activity has happened, e.g. using APEX to trigger the clicked event of a button or something?
Thanks,
-Joe