sessionExpiredRedirectURI

Version 5 by Ken Fyten
on Dec 01, 2014 14:18.


compared with
Current by Arran Mccullough
on Sep 02, 2016 13:30.

(show comment)
 
Key
These lines were removed. This word was removed.
These lines were added. This word was added.

View page history


There are 4 changes. View first change.

 |Name:|org.icefaces.sessionExpiredRedirectURI|
 |Values:|*null*\|valid URI to redirect page|
 |Since:|2.0|
 |Scope:|application|
  | Name: | org.icefaces.sessionExpiredRedirectURI |
 | Values: | *null*\|valid URI to redirect page |
 | Since: | 2.0 |
 | Scope: | application |
  
 h5. Application Scope
  
Setting _org.icefaces.sessionExpiredRedirectURI_ to a valid URI tells ICEfaces that when the user session expires, that the client is to be redirected to the specified page.
  Setting _org.icefaces.sessionExpiredRedirectURI_ to a valid URI tells ICEfaces that when the user session expires, that the client is to be redirected to the specified page.&nbsp; When using ICEpush, or <icecore:refresh>, the user will be redirected automatically on session expiry.&nbsp; Otherwise, they will be redirected on the next request after session expiry.
  
 
 {code:xml} <context-param>
  <param-name>org.icefaces.sessionExpiredRedirectURI</param-name>
  <param-value>/myPath/theSessionExpiredPage.jsf</param-value>
  </context-param>
 {code}
  
 {note:title=Compatibility Note}Prior to ICEfaces 4.0 & EE 3.3.0.GA_P02, this context parameter only applied if the icefaces-compat.jar was in the class path.{note}

© Copyright 2021 ICEsoft Technologies Canada Corp.