Here is a jsp page (fww_prueba_ale.jsp) that references a swf(compiled
from sessionDataManagerCaller.mxml) that only makes acall to a Remote
Object (SessionDataManager.java) that try toobtain information from the
session. In the jsp, i set a sessionattribute myName, with the value
Paolo and i print it and thesession ID. In the remote object, i try to
get the value of thatattribute, but it is null. The session ID is not
the same either. public class SessionDataManager{ public
SessionDataManager()...