I have a two page flow made with spring web flow (version 1.0.5). It works ok in Firefox, but in Chrome I can't go to the second page, as
org.springframework.webflow.executor.support.RequestParameterFlowExecutorArgumentHandler.isFlowExecutionKeyPresent()
return false. I guess that key is being saved in a httpsession. I tried deleting all cookies and history from the browsers with no avail. Any ideas?
Thanks.