I implemented a PhaseListener as explained in this solution: ViewExpiredException not thrown on ajax request if JSF page is protected by j_security_check
this works fine in Firefox, Chrome, but it doesn't in IE9; method afterPhase is just not executed... I also tried adding compatibility for IE but still fails...
Has anyone has faced the same problem?
I'm working with Primefaces 4 and Spring security...