I have a Flex application with Java server. I have some stateless and stateful Java beans. I want to debug Flex side with Flash Builder 4.6.
Every debugging launch, my Java JSESSIONID is regenerated so I can't reload properly my stateful bean. This behaviour appears when debugging with standalone player, or web based debugging inside FB 4.6.
When I launch directly my application outside FB in a browser, JSESSIONID isn't regenerated as it should be but I can't debug...
Is there a trick to debug with FB without JSESSIONID being regenerated?