How to survive viewscoped beans/viewmap after session destroy (using client side saving)?
问题 I'm using Myfaces 2.2 with Client-side state saving . I see that the ViewScoped beans & data stored in viewmap is lost after the user session is destroyed. I came to know, not sure if it is correct, that this is the expected behavior but then what's the way to avoid view expired exceptions after session destroy? My problem is that I destroy the user session pretty quickly after some inactivity period(like after 20 minutes) but I want the viewscope data to survive even after that(when using