I get a NoSuchFlowExecutionException occasionally, not because the flow has ended and not because I'm using the back button. It appears that it happens when the session has expired. Therefore, I'd like to catch it and take the user to a page that explains that their session may have ended and give them the opportunity to start a new flow.
Where and how is the best place to do this?


Reply With Quote