JSF PrimeFaces ajax request after logout and session invalidation
问题 In my Spring Boot1.2.7/JSF2.2.12/PrimeFaces5.2/Tomcat 8 application I'm trying to implement redirect to login page after AJAX call on a website where /logout has been performed. In order to do this I have added JsfRedirectStrategy: /** * Inspired by <a href= * "http://stackoverflow.com/questions/10143539/jsf-2-spring-security-3-x-and-richfaces-4-redirect-to-login-page-on-session-tim">StackOverflow.com</a> * and by <a href=http://www.icesoft.org/wiki/display/ICE/Spring+Security#SpringSecurity