how does ADF build AdfPage.PAGE.__recordSessionTimeout
665345May 30 2012 — edited Jun 19 2012We built one application, and publish it in internet through Proxy server.
On every page ADF addes the javascript as below
AdfPage.PAGE.__recordSessionTimeout(1800000, 60000, "http://127.0.0.1:7101/app_context/page.jspx");
For this, when the idle time is out the page will be redirected to "http://127.0.0.1:7101/app_context/page.jspx", this link is impossible to access to internet user.
Is there any solution to remove the first part http://127.0.0.1:7101(Hostname:port) for this?
Any input is appreciated!!