1.

How Do I Get Access To The J2ee Session From My Remoteobjects?

Answer»

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

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



Discussion

No Comment Found