sessionExpiredRedirectURI

Table of Contents
Name: org.icefaces.sessionExpiredRedirectURI
Values: null|valid URI to redirect page
Since: 2.0
Scope: application
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.  When using ICEpush, or <icecore:refresh>, the user will be redirected automatically on session expiry.  Otherwise, they will be redirected on the next request after session expiry.

    <context-param>
        <param-name>org.icefaces.sessionExpiredRedirectURI</param-name>
        <param-value>/myPath/theSessionExpiredPage.jsf</param-value>
    </context-param>
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.
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.

© Copyright 2021 ICEsoft Technologies Canada Corp.