1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Remove session timeout check in tutorial sample.

This commit is contained in:
Luke Taylor
2011-08-19 12:46:57 -07:00
parent a8bce41876
commit 4b0fbe1606
@@ -33,7 +33,7 @@
<x509 />
-->
<!-- Uncomment to limit the number of sessions a user can have -->
<session-management invalid-session-url="/timeout.jsp">
<session-management>
<concurrency-control max-sessions="1" error-if-maximum-exceeded="true" />
</session-management>