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!

want to Disable session timeout message box?

RagupathiJan 31 2016 — edited Jan 31 2016

Hi All,

I'm using Jdev 11.1.2.4.0.

Below code I used in the web.xml file, suppressed the warning message of before 2 minute and session expire click ok to continue.

<context-param>

    <param-name>oracle.adf.view.rich.sessionHandling.WARNING_BEFORE_TIMEOUT</param-name>

    <param-value>-1</param-value>

</context-param>

But after some time while do an action in the page that time I'm getting our session expired message and page is redirect to another page.

How to disable this message?

Regards

Ragupathi

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 28 2016
Added on Jan 31 2016
1 comment
622 views