I am using primefaces 6.0/myfaces for my web application development.We have requirement where concurrent 3000 users will be using our application.I just want to know for 3000 users what should be the param-value? what all factors should i consider? i have experienced if i reduce the number count i am getting viewExpiredException. we have this configuration in our web.xml
<context-param>
<param-name>org.apache.myfaces.NUMBER_OF_VIEWS_IN_SESSION</param-name>
<param-value>128</param-value>
</context-param>
``