I am trying to integrate a Flex application using LCDS with a legacy web-based Java application. The legacy application makes heavy use of the java session. I am able to get the jsessionid using HTTP service calls to the application however, calling LCDS, I cannot get the session.
I've tried the flex.messaging.getServletContext() but, this doesn't seem to be it. Any ideas would be helpful.
Thanks,