We have a web page of a J2EE application, in which the user signs-in to the application. It contains a flash widget that needs to call services in the server, using the session that the user created. The web page passes the jsessionid to the flash widget, in order for the flash to use it to pass the authentication.
However, the flash player blocks this operation, due to security constraints, forbidding flash from sending cookies.
Is there a way to have the flash access protected services?