Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to control ADF session expire redirect with request parameters

602074Jan 2 2009 — edited Jan 6 2009
I'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&param2=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!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 3 2009
Added on Jan 2 2009
4 comments
4,811 views