jsf - ViewExpiredException after upgrade to jsf2 -
we upgraded major platform jsf 1.2 2.0. after upgrading we're getting several viewexpiredexception errors each hour. reading on topic seems expected exception when sessions expire, we've reviewed access logs , getting these exceptions when requests 5 minutes apart in cases. my questions follows: 1) other session expiration, other conditions might cause viewexpiredexception? 2) exception we're logging doesn't contain detail exact condition causing exception (missing session, corrupt session, unable restore particular component). there way introduce additional logging find out specific situation triggering exception in each case? mojarra 2.0.4-b09 tomcat 6 using memcached session manager session replication any appreciated. thanks! other session expiration, other conditions might cause viewexpiredexception? the enduser has requested/created views within session , submitting old view. default max views per session 15. in other words, if enduser...