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?
- Strategy for dealing with stale sessions? Ben Titmarsh
- Re: Strategy for dealing with stale sessions? Michael Prescott
- Re: Strategy for dealing with stale sessions? Lenny Primak
- RE: Strategy for dealing with stale sessions? Ben Titmarsh
- RE: Strategy for dealing with stale sessions? Ben Titmarsh
- Re: Strategy for dealing with stale sessions... Lenny Primak