Spring Security does not time out with Ajax polling
I can not get the session to timeout when polling with Ajax using spring security 3.1.
Relevant information:
- All requests are Ajax, but can differentiate between Views and Data requests.
- 3/4 of all views contain polling data requests
- The views that do not contain polling timeout effectively and displays the login page.
- I know the Last Access Time on Tomcat is being updated because Security applies to all requests.
Is there any helpful tips to help me keep security requirements for the request, but keep Tomcat from updating the last access time for Ajax Data requests? We are using a custom Javascript library with jquery widgets.
What other information do you guys need?