When session time outs and the client does an Ajax partial rendering, Spring Security redirects to logOn page but the redirect is catched by the HttpXMLRequest and nothing happens, as expected but not desired.
Spring config:
<sec:session-management invalid-session-url="/page/start.jsf">
<sec:concurrency-control max-sessions="1" error-if-maximum-exceeded="true"/>
</sec:session-management>
Firebug shows Ajax comunication: