The <throw-session-expired-exception> element in WEB-INF/beehive-netui-config.xml is
set to true (the default)
.
When this exception is thrown, the original exception (considered to be a secondary effect of the session expiration)
can be obtained through
SessionExpiredException.getEffect() .
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 (since this is the exception that is thrown
in for session expiration).