Ajax Session Time Out FullAjaxExceptionHandlerFactory not working with shiro
问题 Details of the code that i have added for using Ajax Session time out, as described by BaluC Faces-Config.xml <factory> <exception-handler-factory>org.omnifaces.exceptionhandler.FullAjaxExceptionHandlerFactory</exception-handler-factory> </factory> Web.xml <error-page> <exception-type>javax.faces.application.ViewExpiredException</exception-type> <location>/expired.xhtml</location> </error-page> application-config.xml <bean id="shiroFilter" class="org.apache.shiro.spring.web