> org.springframework.webflow.execution.repository.NoSuchFlowExecutionException: > No flow execution could be found with key > '_c76FD9404-2B43-A91B-48CD-15889EB77032_kDC3C4C51-C887-4E29-35A1-D01475FF982D'
This error is thrown most commonly when the container session expires causing the Web Flow state to disappear in the process. In practical terms this happens if a user arrives at the CAS login form, is interrupted, then submits the form several minutes later. Do you see this error every time or intermittently? I wonder if your login form customizations have interfered with maitaining your LT, which in this implementation is the Spring Webflow execution key. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
