Browse Source

Remove session timeout check in tutorial sample.

3.0.x
Luke Taylor 15 years ago
parent
commit
4b0fbe1606
  1. 2
      samples/tutorial/src/main/webapp/WEB-INF/applicationContext-security.xml

2
samples/tutorial/src/main/webapp/WEB-INF/applicationContext-security.xml

@ -33,7 +33,7 @@
<x509 /> <x509 />
--> -->
<!-- Uncomment to limit the number of sessions a user can have --> <!-- 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" /> <concurrency-control max-sessions="1" error-if-maximum-exceeded="true" />
</session-management> </session-management>

Loading…
Cancel
Save