How to control ADF session expire redirect with request parameters
602074Jan 2 2009 — edited Jan 6 2009I'm trying to figure out how to control the page reload after session expiration so as not to lose request parameters on the URL. When the session expires and a user clicks on a control (like a showDetailItem in a panelTabbed) the framework displays a dialog saying:
"Because of inactivity, your session has timed out and is no longer active. Click OK to reload the page"
The problem is that my page is initially invovked with several request parameters such as:
/myapplication/mypage.jspx?param1=A¶m2=B....
But after clicking OK the page is reloaded as
/myapplication/mypage.jspx
And the request parameters are lost. How can I preserve the request parameters or better handle the timeout?
I'm using ADF 11g
Thanks!