Portals (MOSC)

MOSC Banner

Remove the 'Page Expiry' Popup on the public page.

edited Feb 5, 2018 4:03AM in Portals (MOSC) 1 commentAnswered

We have a a  WebCenter Portal application(WebCenter 11.1.1.8).  When a user invokes a page and remains idle for some time, they see the standard expiry popup dialog box containing the message: 'Page Expired. The page has expired. Click OK  to continue.'  I added the following entries in web.xml in war file, but there is not effect.   <context-param>  <param-name>javax.faces.STATE_SAVING_METHOD</param-name>  <param-value>client</param-value>  </context-param>   <context-param>  <param-name>oracle.adf.view.rich.sessionHandling.WARNING_BEFORE_TIMEOUT</param-name>  <param-value>-1</param-value>  </context-param>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center