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