All Questions
1 question
3
votes
1
answer
3k
views
Implications of saving session on the client with javax.faces.STATE_SAVING_METHOD
My first JSF page was throwing javax.faces.application.ViewExpiredException. while I searched I got this solution which solved my problem.
<context-param>
<param-name>javax.faces....