Thursday, 18 October 2012

How do I get access to the J2EE session from my RemoteObjects? | Multimedia Interview Questions

The AMP 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();

No comments: