Browse Source
This prevents problems with repeated detection of the same invalid session when the redirected request comes in.3.0.x
3 changed files with 16 additions and 2 deletions
@ -0,0 +1,13 @@ |
|||||||
|
<%@page session="false" %> |
||||||
|
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core_rt"%> |
||||||
|
|
||||||
|
<html> |
||||||
|
<title>Session Timeout</title> |
||||||
|
<body> |
||||||
|
<h2>Invalid Session</h2> |
||||||
|
|
||||||
|
<p> |
||||||
|
Your session appears to have timed out. Please <a href="<c:url value='/'/>">start again</a>. |
||||||
|
</p> |
||||||
|
</body> |
||||||
|
</html> |
||||||
Loading…
Reference in new issue