Answers

Question and Answer:

  Home  Adobe Flex Actionscript

⟩ How do I get access to the J2EE session from my RemoteObjects?

The AMF Gateway provides access to the current HttpServletRequest instance in a thread local variable. The session can be obtained from the request, as follows:

flashgateway.Gateway.getHttpRequest().getSession();

 296 views

More Questions for you: