Exception that occurs when the user invokes an action in a nested page flow that uses a
org.apache.beehive.netui.pageflow.annotations.Jpf.Forward @Jpf.Forward (...
returnAction="action-name-in-calling-pageflow")
annotation, but there is no calling page flow. This can happen in iterative
development mode when you have modified files and caused the web application to be redeployed,
or when the session expires.
causeMayBeSessionExpiration() Tell whether the root cause may be session expiration in cases where the requested session ID is different than
the actual session ID.
public boolean causeMayBeSessionExpiration()(Code)
Tell whether the root cause may be session expiration in cases where the requested session ID is different than
the actual session ID. In this case, the answer is true.