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

Submitted by: Administrator
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();
Submitted by: Administrator

Read Online Adobe Flex Actionscript Job Interview Questions And Answers