0

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...

crvazquez
  • 7
  • 3

1 Answers1

0

I found the solution for this issue. Problem was the browser cache. There are several ways to disable the browser cache. I implemented a solution as explained in the answer for this question: javax.faces.application.ViewExpiredException: View could not be restored ...

Community
  • 1
  • 1
crvazquez
  • 7
  • 3