My application is heavily dependent on state using @Persist annotations.  If a 
user gets the application into a certain state, then their session becomes 
stale (i.e. they leave their computer for half an hour), what is the preferred 
approach for graceful recovery of the application now that the Persistent 
fields are null?
                                          

Reply via email to