Redirect to <error-page> on session timeout
问题 I have a standard J2EE web-application running on WebLogic server. I want to handle a session timeout through the meta-data setup in web.xml. I tried to use the following setting <error-page> <error-code>408</error-code> <location>/jsp/testErrorPage.jsp</location> </error-page> However it didn't work. 回答1: Below is the explanation for 408 request timeout, The Web server (running the Web site) thinks that there has been too long an interval of time between the establishment of an IP connection